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 the 0.9.0 branch directory 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/branches/0.9.0 PHP_DependOtherwise you can check out one of the tagged versions from the subversion repository.
mapi@arwen ~ $ svn co http://svn.pdepend.org/tags/0.9.4 PHP_Depend-0.9.4Please note, do not checkout the PHP Depend trunk branch, it is the development version for PHP Depend 2.0 and totally unstable at the moment and I will not provide any support for it.
PHP Depend itself is considered beta at its current state and relies on the following software products:
pecl/imagick (optional)
ImageMagick (optional)
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.