How to install eclipse php in ubuntu platform using apt get install. Any other utilities are required to do that
here is the correct & Easy way : http://ubuntulinuxpower.blogspot.com/2013/01/installing-eclipse-pdt-with-php-support.html
I think there are the SIMPLEST one for UBUNTU 10+ ... and I have problems with the other "handmade methods" answered here.
SEE https://help.ubuntu.com/community/PHPEclipse or https://help.ubuntu.com/community/EclipsePDT
Use "software centre" or Synaptic to install Eclipse... or apt-get.
Run Eclipse and use the Help/Add to add the PHP-Eclipse (PDT) package.
(Pascal's answer says "Don't use apt-get" but I say) UBUNTU supports and I recommend: USE IT, use apt-get
! Is faster, simple and secure!
PS: "PDT - PHP Development Tool" is the official name for "Eclipse-PHP".
DETAILED INSTALLATION
NOTE: On Ubuntu 10+ this method will install Eclipse 3.5+ (Galileo) and PDT 2.1+. If you have problems or want "lower risk to re-do", run, at the second step bellow, the Eclipse with root,
$sudo eclipse
Install Eclipse: Open Synaptic Package Manager (System/Administration/Synaptic Package Manager), Find the package "eclipse" and mark it for installation, Click Apply.
Install PHP Development Tools (PDT): Open Eclipse (you must specify your workspace); ignore the "Welcome to Eclipse" screen is displayed, select menu Help/Install New Software...
The simplest solution, which will allow you to have the latest version, would be to :
Advantages :
I'm always using this solution, because new versions of Eclipse PDT generally bring nice enhancements, and are not integrated on the Ubuntu repositories before a long time passes... And I've never had any problem with this solution.
Don't! Don't use apt-get for Eclipse. Instead, follow these steps to install it "manually".