Getting Phing

PEAR Installer

Phing now supports PEAR channels (note that this requires PEAR >= 1.4.0). You can install Phing by adding the pear.phing.info channel to your PEAR environment and then installing Phing using the phing channel alias and phing package name:

$> pear channel-discover pear.phing.info
$> pear install phing/phing

Note: if you would like to use a beta or RC version of Phing, you may need to change your preferred_state PEAR environment variable.

$> pear config-set preferred_state beta

Full Phing Package

The full Phing package has a more traditional directory organization and contains the full documentation, test scripts, and build.xml files for (e.g.) building the PEAR-installable package. Please download one of the packages below if you would like to install the full Phing package.

Current Beta Release

Current Stable Release