[[WikiInclude(PhingSiteHeader)]] = 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, install as follows: {{{ $> pear install phing/phing-beta }}} === PEAR package links === * [http://pear.phing.info/get/phing-2.4.2.tgz phing-2.4.2.tgz] * [http://pear.phing.info/get/phing-2.4.1.tgz phing-2.4.1.tgz] * [http://pear.phing.info/get/phing-2.4.0.tgz phing-2.4.0.tgz] == 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 Stable Release === * [http://www.phing.info/get/phing-2.4.2.tgz phing-2.4.2.tgz] * [http://www.phing.info/get/phing-2.4.2.zip phing-2.4.2.zip] === Previous Stable Release === * [http://www.phing.info/get/phing-2.4.1.tgz phing-2.4.1.tgz] * [http://www.phing.info/get/phing-2.4.1.zip phing-2.4.1.zip] * [http://www.phing.info/get/phing-2.4.0.tgz phing-2.4.0.tgz] * [http://www.phing.info/get/phing-2.4.0.zip phing-2.4.0.zip] === Current Beta Release === == Development version (SVN) == Should you wish to run the "bleeding edge" of Phing development, you can check out a copy of the Phing Subversion repository. {{{ svn checkout http://svn.phing.info/trunk phing }}} Alternatively, you can use 'svn export' to get a clean copy (without the .svn directories): {{{ svn export http://svn.phing.info/trunk phing }}} Please note that this code can contain bugs.