PHP Depend - Software Metrics for PHP ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :Author: Manuel Pichler :Date: Sun, 25 Apr 2010 14:35:48 +0200 :Revision: 4 :Copyright: CC by-nc-sa ========= Downloads ========= PEAR Installer ============== The preferred way to install PHP Depend should be the `PEAR installer`__ and PHP Depend's `PEAR channel`__, where you will always find the latest stable version. Just enter: :: mapi@arwen ~ $ pear channel-discover pear.pdepend.org mapi@arwen ~ $ pear install pdepend/PHP_Depend-beta __ http://pear.php.net/manual/en/installation.php __ http://pear.pdepend.org From the subversion repository ============================== If you are curious about the latest PHP Depend features, you can use ``trunk`` from the subversion repository. But keep in mind that this version may be broken from time to time. :: mapi@arwen ~ $ svn co http://svn.pdepend.org/trunk pdepend Otherwise you can check out one of the tagged versions from the subversion repository. :: mapi@arwen ~ $ svn co http://svn.pdepend.org/tags/0.9.12 PHP_Depend-0.9.12 From the github repository ========================== If you like to participate on the social coding plattform `GitHub`__, you can use `PHP_Depend's`__ GitHub mirror to fork and contribute to the project. :: mapi@arwen ~ $ git clone git://github.com/manuelpichler/pdepend.git __ http://github.com __ http://github.com/manuelpichler/pdepend Releases ======== Requirements ============ PHP Depend itself is considered beta at its current state and relies on the following software products: - `PHP 5.2.3`__ - `pecl/imagick`__ *(optional)* - `ImageMagick`__ *(optional)* __ http://php.net/downloads.php __ http://pecl.php.net/package/imagick __ http://www.imagemagick.org/