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

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

What should I do to create a new PHP Project in Eclipse Juno?
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.
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...
...for the current version.
You need to install the PHP Development Tools package for Eclipse. From the link given:
Once you have installed the plugin, you should be able to create a PHP project.