We are proud to announce that version 1.1.0 of PHP_Depend was released on September the 12th 2012. This release closes a critical issue in the context of traits handling.
With this release we make composer a first citizen distribution channel of PHP_Depend, just add PHP_Depend as a dependency to your composer.json
{
"require": {
"pdepend/pdepend" : "1.1.0"
}
}Then install Composer in your project (or download the composer.phar directly):
~ $ curl -s http://getcomposer.org/installer | phpAnd finally let Composer install the project dependencies:
~ $ php composer.phar installDownload the latest version of PHP_Depend as a Phar archive, Composer dependency or through PHP_Depend's PEAR Channel Server.
CommentsWe are proud to announce that version 1.0.0 of PHP_Depend was released on February the 4th 2012. This release comes with many new features and makes PHP_Depend ready for the upcoming PHP 5.4 release.
Now that we have completed support for all the new language features introduced with PHP 5.4, we are ready to release version 1.0.0 of PHP_Depend. PHP_Depend can now handle traits, static closures, binary numbers, the callable type hint, function array dereferencing and the new short array syntax. Beside that, we have spent much effort in improving PHP_Depend's overall performance and we got an average speed gain of ~ 15% tested with major frameworks like Symfony2 or FLOW3, when PHP_Depend's file cache (default setup) is used.
Additionally this release closes several minor issues in PHP_Depend.
Download the latest version of PHP_Depend as a Phar archive or through PHP_Depend's PEAR Channel Server.
CommentsWe are proud to announce that version 0.10.9 of PHP_Depend was released on January the 25th 2012. This release fixes a small issue in PHP_Depend's parser, which results in an exception when heredoc was used as property or constant initializer.
Download the latest version of PHP_Depend as a Phar archive or through PHP_Depend's PEAR Channel Server.
CommentsWe are proud to announce that version 0.10.8 of PHP_Depend was released on January the 24th 2012. This release closes an issue in PHP_Depend's parser that produces invalid package names when the source file contains a statement before the class or interface doc comment.
Download the latest version of PHP_Depend as a Phar archive or through PHP_Depend's PEAR Channel Server.
CommentsWe are proud to announce that version 0.10.4 of PHP_Depend was released on April the 09th 2011. This release contains an improvement in PHP_Depend's memory consumption. We have optimized the internal data structures in such a way that the memory footprint was reduced by ~30%. These values were measured for currently popular frameworks with a medium to large sized code base. The tests were run under ubuntu with PHP 5.2.17 and PHP 5.3.6.
Download the latest version of PHP_Depend as a Phar archive or through PHP_Depend's PEAR Channel Server.
Comments