Installation – PHPEclipse

The simplest way to install PHPEclipse is to use the PHPEclipse update site.

If you are using Eclipse 3.2 you will want to use the following URL for your update site:

http://update.phpeclipse.com/update/stable/1.1.x

For Eclipse 3.3 and 3.4 use

http://update.phpeclipse.com/update/stable/1.2.x

For Eclipse 3.5 and higher use

http://phpeclipse.sourceforge.net/update/indigo/nightly

To install the nightly start Eclipse then click Help-> Software Updates -> Find and Install find and install

Then select Search for new features to install -> Next

You will create a new remote site Name: PHPEclipse nightly
The url is http://phpeclipse.sourceforge.net/update/indigo/nightly then click Ok
(be sure, that the checkbox ‘Group items by category’ is not checked!)

To install Stable enter the name: PHPEclipse 1.2.x
The url is http://update.phpeclipse.com/update/stable/1.2.x

Make sure PHPEclipse 1.2.x is check then click Finish
After it is installed you will need to activate the Perspective
To do that got to Window-> Open Perspective ->Other -> Select PHP -> Ok
open perspective
activate

来源URL:http://www.phpeclipse.com/wiki/Installation#no1