Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 29-Dec-2016 | - | ||||
.github/ | H | 06-Dec-2016 | - | 72 | 50 | |
bin/ | H | 06-Dec-2016 | - | 77 | 55 | |
doc/ | H | 06-Dec-2016 | - | 5,980 | 4,576 | |
res/ | H | 06-Dec-2016 | - | 544 | 543 | |
src/ | H | 06-Dec-2016 | - | 42,972 | 25,971 | |
.php_cs | H A D | 06-Dec-2016 | 1.9 KiB | 61 | 55 | |
CHANGELOG.md | H A D | 06-Dec-2016 | 34 KiB | 483 | 426 | |
LICENSE | H A D | 06-Dec-2016 | 1 KiB | 20 | 16 | |
PORTING_INFO | H A D | 06-Dec-2016 | 1.6 KiB | 40 | 36 | |
README.md | H A D | 06-Dec-2016 | 2.4 KiB | 60 | 39 | |
appveyor.yml | H A D | 06-Dec-2016 | 1 KiB | 36 | 31 |
README.md
1Composer - Dependency Management for PHP 2======================================== 3 4Composer helps you declare, manage and install dependencies of PHP projects. 5 6See [https://getcomposer.org/](https://getcomposer.org/) for more information and documentation. 7 8[![Build Status](https://travis-ci.org/composer/composer.svg?branch=master)](https://travis-ci.org/composer/composer) 9[![Dependency Status](https://www.versioneye.com/php/composer:composer/dev-master/badge.svg)](https://www.versioneye.com/php/composer:composer/dev-master) 10[![Reference Status](https://www.versioneye.com/php/composer:composer/reference_badge.svg?style=flat)](https://www.versioneye.com/php/composer:composer/references) 11 12Installation / Usage 13-------------------- 14 15Download and install Composer by following the [official instructions](https://getcomposer.org/download/). 16 17Packages 18-------- 19 20Find packages on [Packagist](https://packagist.org). 21 22Community 23--------- 24 25IRC channels are on irc.freenode.org: [#composer](irc://irc.freenode.org/composer) 26for users and [#composer-dev](irc://irc.freenode.org/composer-dev) for development. 27 28For support, Stack Overflow also offers a good collection of 29[Composer related questions](https://stackoverflow.com/questions/tagged/composer-php). 30 31Please note that this project is released with a 32[Contributor Code of Conduct](http://contributor-covenant.org/version/1/4/). 33By participating in this project and its community you agree to abide by those terms. 34 35Requirements 36------------ 37 38PHP 5.3.2 or above (at least 5.3.4 recommended to avoid potential bugs) 39 40Authors 41------- 42 43- Nils Adermann | [GitHub](https://github.com/naderman) | [Twitter](https://twitter.com/naderman) | <naderman@naderman.de> | [naderman.de](http://naderman.de) 44- Jordi Boggiano | [GitHub](https://github.com/Seldaek) | [Twitter](https://twitter.com/seldaek) | <j.boggiano@seld.be> | [seld.be](http://seld.be) 45 46See also the list of [contributors](https://github.com/composer/composer/contributors) who participated in this project. 47 48License 49------- 50 51Composer is licensed under the MIT License - see the [LICENSE](LICENSE) file for details 52 53Acknowledgments 54--------------- 55 56- This project's Solver started out as a PHP port of openSUSE's 57 [Libzypp satsolver](https://en.opensuse.org/openSUSE:Libzypp_satsolver). 58- This project uses hiddeninput.exe to prompt for passwords on windows, sources 59 and details can be found on the [github page of the project](https://github.com/Seldaek/hidden-input). 60