I downloaded the latest eclipse version "Luna".
But I am not able to find PHP support in the "Install New Software"
Can anyone provide me with the software site link for installing php support and symfony/twig plugin for eclipse luna ?
UPDATE
Click on Help on the top menu.
Choose Install New Software
Choose the Luna from the available site link
Now on the below section, type PHP.
That should bring you list of softwares for PHP tools.
http://download.eclipse.org/tools/pdt/updates/latest/ (upadated)
And for Symfony/twig:
http://p2-dev.pdt-extensions.org/
eclipse -> help-> install new software
work with drop down select your luna
then list of tools is given below
select programming tool its list of some program language like c c++ php select php then next
accept the terms and condition that's all over
eclipse open perspective choose php then work in php code
Related
I'm trying to install PDT plugin in Eclipse and I get error:
Cannot complete the install because one or more required items could not be found.
Software being installed: PHP Development Tools (PDT) 3.1.2.201212211235 (org.eclipse.php.feature.group 3.1.2.201212211235)
Missing requirement: PDT Debug UI Plug-in 3.1.2.201212211235 (org.eclipse.php.debug.ui 3.1.2.201212211235) requires 'bundle org.eclipse.dltk.debug.ui [4.0.0,5.0.0)' but it could not be found
Cannot satisfy dependency:
From: PHP Development Tools (PDT) 3.1.2.201212211235 (org.eclipse.php.feature.group 3.1.2.201212211235)
To: org.eclipse.php.debug.ui [3.1.2.201212211235]
dgolovins answer worked for me.
First install Dynamic Language Toolkit:
Help-->Install New Software --> Add --> Location: http://download.eclipse.org/technology/dltk/updates-dev/4.0-stable/
Then install PDT:
Help-->Install New Software --> Add --> Location: http://download.eclipse.org/tools/pdt/updates/latest
This message is awful and means that org.eclipse.dltk.debug.ui with 4.0.0 <= version <5.0.0 is not available in your eclipse installation or form available eclipse update sites in Install dialog.
Add Eclipse Dynamic Language Toolkit update site in eclipse Install dialog and then try to install PDT again.
In Ubuntu 14.04 the solution presented by #Manfred did not solve my installation problem.
Then I followed the solution presented in PHPeclipse
Enabling PHP Support
As-standard, Eclipse does not come with support for PHP. This must be
added, and added as root.
Launch Eclipse as root from the command line:
$ sudo eclipse (gksudo causes an unusual warning).
When the "Welcome to Eclipse" screen is displayed, select Help->Install New Software...
The "Galileo" site must be added, click "Add..." and input:
Name: Galileo Location: http://download.eclipse.org/releases/galileo/
Once this is available, select "Galileo" in the Work with: drop-down list.
Enter "php" into the filter text, two entries should be displayed for "PHP Developer Tools (PDT)"; one under Programming Languages,
another under Web, XML, and Java EE Development. Select both and click
"Next >".
Verify that the items you wish to install are displayed on the "Install Details" screen and click "Finish".
Eclipse will need restarted for the update to complete.
With this complete, you should be able to launch Eclipse under a
normal user account and select New->Project...->PHP->PHP Project.
On Ubuntu, I have install netbeans but it does not have any option to start a php project. I've looked at the plugin list and php is not in the list, neither is it in the plugins to download list.
I've gone to the netbeans website and I am not sure which php plugin to download.
Can someone please help me with this?
Ubuntu 12.04 64bit has netbeans 7.0.1 in the software repository.
Go to Tools->Plugins.
In the Settings tab ensure that the update center Netbeans Distribution is active.
Then in the Available Plugins tab click on Reload Catalog and you should see PHP.
Also you have to make your LAMP config, this link can help you.
If you have already download the full bundle go in Installed tab and activate PHP.
Please try select the php option from this page and install
http://netbeans.org/downloads/index.html
Click on menu File > New Project
then select PHP from the Categories list, on click you will see PHP being initialized automatically...
For a detailed answer visit
http://digitdrive.blogspot.in/2013/11/developing-php-project-on-netbeans-ide.html
Goto Tools > Plugins > Available Plugins
search for PHP Enhancements .
But first of all you should download netBeans version that support PHP.
there is 2 available distributions, one for PHP and Javescript, the other one is the fully fledged version that support for many programing languages , PHP is included of course.
any of those to distributions should work will on PHP.
I've already got Eclipse for PHP-developers installed. Must I install a new version for Java EE, or can I "marry" it into the PHP version, for instance trough updates or plug-ins? The reason I ask is 1) I want to save space ('cause I'm greedy), 2) I want to not have to switch programs all the time ('cause I'm lazy). :)
Is it possible?
How do you do it?
get yourself eclipse classic
go to Help > Install new software
install PDT things
install Java EE things
use it while switching the perspectives
P.S. you might want to look into Aptana's eclipse plugin as alternative to PDT, while you're at it . Some people prefer it (ST2 user .. no real stake in this)
It should be possible to install both the PDT Eclipse and the Jave EE eclipse into the same folder i.e. merge the plugin folders.
Then you can use both features in the same Eclipse version.
You can add all the Java EE plugins and add the Java EE functionality to your copy. I actually did this the other way around. I started with Java EE and added the PDT php tools to my eclipse and it works fine.
super easy question that i can't find the answer to on eclipse's website....
i have a new laptop and am installing eclipse on it. things seem to have a changed a bit since the 3.5 version i have on my current comp. i recall dloading eclipse just once, and then installing some plugins for stuff like php editing. but the new downloads page seems to have entirely different versions for the different languages:
http://www.eclipse.org/downloads/
so will i need to do one install for java, one for php, one for anything else? or is the method the same as before?
thanks,
jonah
You can install different development platforms onto your base Eclipse installation. Go to Help > Install new software and then try typing in PDT into the Work with text field. You should see it autocomplete with http://download.eclipse.org/tools/pdt/updates/. If selecting it doesn't automatically populate the area below, try the Add button.
You should eventually see options for the PDT SDK that you can select to install.
See also:
the official installation wiki
the package comparison page.
I have a clean Eclipse Java SDK. I would like to make it suitable for developing PHP applications. So I need a PHP IDE plugin (or something like that). How could I install it from the Eclipse environment?
Easy as pie:
Open Eclipse and go to Help-> Software Updates-> Find and Install
Select "Search for new features to install" and click "Next"
Create a New Remote Site with the following details:
Name: PDT
URL: http://download.eclipse.org/tools/pdt/updates/4.0.1
Get the latest above mentioned URLfrom -
http://www.eclipse.org/pdt/index.html#download
Check the PDT box and click "Next" to start the installation
Hope it helps
To install PDT (PHP Development Tools) for PHP development environment is better in Eclipse. The following are the steps to install PDT in Eclipse (I'm considering version 3.7 (Indigo)):
Open Eclipse (in my case Eclipse Indigo).
Go to Help --> Install New Software...
Expand the "Work with" drop down and select "Indigo - http://download.eclipse.org/releases/indigo".
Expand "Programming Languages" from the list.
Check PHP Development Tools (PDT) SDK Feature.
Click "Next >" at the bottom and follow the further instruction of Eclipse.
After successful installation of PDT: Go to Window --> Preferences and see the list as PHP at left panel.
Open up eclipse, go to "Help -> Install New Software". Enter:
http://download.eclipse.org/releases/juno
entry from the "Work with" dropdown.
Under the "Web, XML, Java EE and OSGi Enterprise Developmet" category, select "PHP Development Tools (PDT) SDK Feature 3.1.1.201209101312".
The new URL for the repository is now http://download.eclipse.org/tools/pdt/updates/release. In Eclipse: open Help -> install new sofware -> add. Then paste this URL in the location.
Mark the check boxes you want and click next.
Help --> Install New Software
In work with select box , only I have selected Kepler - http://download.eclipse.org/releases/kepler
And then under Programming language category you can find PHP Development tool.
fyi :I have ubuntu
The best solution would be to go to http://projects.eclipse.org/projects/tools.pdt/downloads where you will find the URL to the most updated PDT, as most of the URLS listed above are hitting a 404. Then pasting the URL to eclipse.
Easiest Way To install PDT
Run eclipse
Click on "Help", "Install New Software"
“Choose all available sites”, in search box type "php"(takes a while to load)
=> “programming languages” => "PHP Development Tools", => PhP Development Tools (PDT) SDK Feature.
Restart eclipse
File new => other => php .
Should be able to follow from their
The URL which worked for me is http://download.eclipse.org/tools/pdt/updates/2.0/interim/.
See also Stack Overflow question Installing PDT in Eclipse - No runtime option .. only SDK.
Eclipse for PHP Developers Package
Looking for the Eclipse for PHP Developers Package?
Due to lack of a package maintainer for the Indigo release there will be no PHP (PDT) package. If you would like to install PDT into your Eclipse installtion you can do so by using the Install New Software feature from the Help Menu and installing the PHP Development Tools (PDT) SDK Feature from the Eclipse Indigo Repo >> http://download.eclipse.org/releases/indigo
Text grabbed from page:
http://www.eclipse.org/downloads/php_package.php
Updated for 2019: As previously suggested, in the latest Eclipse, go to "Install New Software" in the Help Menu and click the "add" button with this URL http://download.eclipse.org/tools/pdt/updates/latest/ that should show the latest release of PHP Development Tools (PDT). You might need to search for "php" or "pdt". For Nightly releases you can use http://download.eclipse.org/tools/pdt/updates/latest-nightly/.