Composer (software)
Developer(s) |
Nils Adermann, Jordi Boggiano |
---|---|
Stable release | 1.0.0-alpha11 / November 14, 2015 |
Development status | Active |
Written in | PHP |
Operating system | Cross-platform |
Type | Package manager |
License | MIT License |
Website |
getcomposer |
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]
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"[3] 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.[4]
References
- ↑ Software CHANGELOG, github.com, Retrieved November 28, 2013.
- ↑ Getting Started/Dependency management, getcomposer.org, Retrieved November 28, 2013.
- ↑ See packagist.org
- ↑ Maks Surguy (July 27, 2013). "History of Laravel PHP framework, Eloquence emerging". maxoffsky.com. Retrieved May 10, 2015.
External links
Wikimedia Commons has media related to Composer (software). |
- Official website
- Composer on GitHub
- Composer documentation
- Composer Tutorial
- Packagist - the main Composer repository
- Composer at Open Hub
|