2017 © Pedro Peláez
 

library composer

[Non-official] Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.

image

composer-fork/composer

[Non-official] Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.

  • Wednesday, October 15, 2014
  • by amouhzi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 838 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1680 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Composer - Dependency Management for PHP

Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere., (*1)

See https://getcomposer.org/ for more information and documentation., (*2)

Build Status, (*3)

Installation / Usage

  1. Download the composer.phar executable or use the installer., (*4)

    sh $ curl -sS https://getcomposer.org/installer | php, (*5)

  2. 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 documentation., (*6)

    json { "require": { "monolog/monolog": ">=1.0.0" } }, (*7)

  3. Run Composer: php composer.phar install, (*8)

  4. Browse for more packages on Packagist.

Installation from Source

To run tests, or develop Composer itself, you must use the sources and not the phar file as described above., (*9)

  1. Run git clone https://github.com/composer/composer.git
  2. Download the composer.phar executable
  3. Run Composer to get the dependencies: cd composer && php ../composer.phar install

You can now run Composer by executing the bin/composer script: php /path/to/composer/bin/composer, (*10)

Global installation of Composer (manual)

Follow instructions in the documentation, (*11)

Updating Composer

Running php composer.phar self-update or equivalent will update a phar install with the latest version., (*12)

Contributing

All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code., (*13)

Fork the project, create a feature branch, and send us a pull request., (*14)

To ensure a consistent code base, you should make sure the code follows the Coding Standards which we borrowed from Symfony., (*15)

If you would like to help take a look at the list of issues., (*16)

Community

Mailing lists for user support and development., (*17)

IRC channels are on irc.freenode.org: #composer for users and #composer-dev for development., (*18)

Stack Overflow has a growing collection of Composer related questions., (*19)

Requirements

PHP 5.3.2 or above (at least 5.3.4 recommended to avoid potential bugs), (*20)

Authors

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
, (*21)

See also the list of contributors who participated in this project., (*22)

License

Composer is licensed under the MIT License - see the LICENSE file for details, (*23)

Acknowledgments

  • This project's Solver started out as a PHP port of openSUSE's Libzypp satsolver.
  • This project uses hiddeninput.exe to prompt for passwords on windows, sources and details can be found on the github page of the project.

The Versions

15/10 2014

dev-master

9999999-dev http://getcomposer.org/

[Non-official] Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.

  Sources   Download

MIT

The Requires

 

The Development Requires

package dependency autoload

15/10 2014

0.0.1

0.0.1.0 http://getcomposer.org/

[Non-official] Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.

  Sources   Download

MIT

The Requires

 

The Development Requires

package dependency autoload

06/01 2014
04/05 2013
01/03 2012

1.0.0-alpha1

1.0.0.0-alpha1 http://getcomposer.org/

Package Manager

  Sources   Download

MIT

The Requires

 

package dependency autoload