Composer (software)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Composer
120px
Developer(s) Nils Adermann,
Jordi Boggiano
Initial release March 1, 2012; 12 years ago (2012-03-01)[1]
Stable release 1.1.1 / May 17, 2016; 7 years ago (2016-05-17)
Development status Active
Written in PHP
Operating system Cross-platform
Type Package manager
License MIT License
Website getcomposer.org

Composer is an application-level package manager for the PHP programming language that provides a standard format for managing dependencies of PHP software and required libraries. It was developed by Nils Adermann and Jordi Boggiano, who continue to manage the project. They began development in April 2011 and first released it on March 1, 2012.[1] Composer is strongly inspired by Node.js's "npm" and Ruby's "bundler".[2] The project's dependency solving algorithm started out as a PHP-based port of openSUSE's libzypp satsolver.[3]

Composer runs through the command line and installs dependencies (e.g. libraries) for an application. It also allows users to install PHP applications that are available on "Packagist"[4] which is its main repository containing available packages. It also provides autoload capabilities for libraries that specify autoload information to ease usage of third-party code.

Composer is used as an integral part of several popular open-source PHP projects, including Laravel.[5]

The logo of the project depicts a conductor, rather than a composer. However, several people within Composer's community have speculated that the logo is of famed composer, Beethoven.[6]

References

  1. 1.0 1.1 Software release, github.com, Retrieved April 24, 2016.
  2. Getting Started/Dependency management, getcomposer.org, Retrieved November 28, 2013.
  3. Composer acknowledgements
  4. See packagist.org
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Discussion on Composer's logo.

External links