composer
- Ebuilds: 1, Testing: 2.9.7 Description:
Composer is a tool for dependency management in PHP. It allows you to
declare the libraries your project depends on and it will manage
(install/update) them for you. Unlike PEAR, it manages dependencies on
a per-project basis, installing them in a directory inside your
project. By default it does not install anything globally.
Homepage:https://getcomposer.org https://github.com/composer/composer License: MIT