PHP Composer
Composer
is a tool for dependency management in PHP.
It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.
Composer is an application-level package manager for PHP.
It is inspired by NodeJs's NPM and Ruby's Bundler, and is currently the recognized package manager by the community.
The Composer ecosystem consists of two parts:
- the Composer, which is the command-line utility for installing packages,
- the Packagist, the default package repository.
See also
Internal
External
- Get Composer, Home page.
- Composer Documentation, Composer Home page Documentation.
- Composer Packgist, Packagist is the main Composer Repository.
Tutorial
- Star Tutorial, Modern PHP Developer Composer.
Creates the test composer projectfzaninotto/faker
.