PHP Depend - Software Metrics for PHP

Version 2.0.5 released

:Author: Manuel Pichler :Copyright: All rights reserved :Description: Auto generated release announcement. :Keywords: Release, Version, Trait, bugfixes

We are proud to announce version 2.0.5 of PDepend. For more details visit the version release site.

The prefered way to install PDepend is as a phar archive:

~ $ wget http://static.pdepend.org/php/latest/pdepend.phar

or you can use composer by just adding PHP_Depend as a
dependency to your composer.json :

{
    "require": {

        "pdepend/pdepend" : "2.0.5"
    }
}

Then install Composer in your project (or download the composer.phar directly):

~ $ curl -s http://getcomposer.org/installer | php

And finally let Composer install the project dependencies:

~ $ php composer.phar install

Download

Download the latest version of PHP_Depend as a Phar archive or Composer dependency.