|
13 سال پیش | |
---|---|---|
bin | 13 سال پیش | |
doc | 13 سال پیش | |
src | 13 سال پیش | |
tests | 13 سال پیش | |
.gitignore | 13 سال پیش | |
.gitmodules | 13 سال پیش | |
LICENSE | 14 سال پیش | |
PORTING_INFO | 14 سال پیش | |
README.md | 13 سال پیش | |
phpunit.xml.dist | 14 سال پیش |
Composer is a package manager tracking local dependencies of your projects and libraries.
See the about page on packagist.org for more information.
composer.phar
executablechmod +x composer.phar
Create a composer.json defining your dependencies. Note that this example is a short version for applications that are not meant to be published as packages themselves. To create libraries/packages please read the guidelines.
{
"require": {
"monolog/monolog": ">=1.0.0"
}
}
Run Composer: php composer.phar install
(on *nix you can omit the leading php
)
Browse for more packages on Packagist.
PHP 5.3+
Nils Adermann - naderman@naderman.de - http://twitter.com/naderman - http://www.naderman.de
Jordi Boggiano - j.boggiano@seld.be - http://twitter.com/seldaek - http://seld.be
See also the list of contributors who participated in this project.
Composer is licensed under the MIT License - see the LICENSE file for details
This project's Solver started out as a PHP port of openSUSE's Libzypp satsolver.