PHP Dependency Management with Composer
One of the criticism suffered by PHP in the past was lack of a dependency management tool. Before the entry of [Composer](https://getcomposer.org/) there are have been attempts to create a widely adopted PHP dependency management tool without much success an example is PHPPM and pyrus which was developed to manage PEAR packages.