Create New PHP Project in Eclipse

2k views Asked by At

I want to create a new PHP Project in Eclipse but I found no PHP Project Option after clicking File > New >.

enter image description here

What should I do to create a new PHP Project in Eclipse Juno?

4

There are 4 answers

1
Tim Biegeleisen On

You need to install the PHP Development Tools package for Eclipse. From the link given:

In Eclipse, click Help -> Install New Software and work with *: http://download.eclipse.org/tools/pdt/updates/3.5

Once you have installed the plugin, you should be able to create a PHP project.

0
GAVD On

Do you install PDT? See this: http://www.eclipse.org/pdt/

0
Ken A Collins On

At the time of this writing, June 2018, the URL to download the plugin is:

http://download.eclipse.org/tools/pdt/updates/5.3

This will become outdated over time so anyone reading this post in the future should just check...

https://www.eclipse.org/pdt/

...for the current version.

0
zulus On

You probably are on Java Perspective, whre "new PHP project" item isn't contributed. Use File -> New -> Other (ctrl+n shortcut) and select php project from list.

Off course Eclipse PDT have to be installed.