• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..29-Dec-2016-

.github/H06-Dec-2016-7250

bin/H06-Dec-2016-7755

doc/H06-Dec-2016-5,9804,576

res/H06-Dec-2016-544543

src/H06-Dec-2016-42,97225,971

.php_csH A D06-Dec-20161.9 KiB6155

CHANGELOG.mdH A D06-Dec-201634 KiB483426

LICENSEH A D06-Dec-20161 KiB2016

PORTING_INFOH A D06-Dec-20161.6 KiB4036

README.mdH A D06-Dec-20162.4 KiB6039

appveyor.ymlH A D06-Dec-20161 KiB3631

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