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-betaIf 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 pdependOtherwise 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.12If 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.gitPHP Depend itself is considered beta at its current state and relies on the following software products:
pecl/imagick (optional)
ImageMagick (optional)
Revision 42 by mapi at Sun, 25 Apr 2010 14:35:48 +0200
- Download documentation fixed.
Revision 25 by mapi at Tue, 24 Feb 2009 11:22:46 +0100
- "-beta" suffix in pear install documentation added.
Revision 11 by mapi at Sun, 08 Feb 2009 18:09:24 +0100
- Download and install instruction added.
Revision 10 by mapi at Fri, 06 Feb 2009 14:29:05 +0100
Content readded.