User Guide > Concepts > Composer

Composer

Composer is a tool for PHP dependencies management. It allows you to declare the dependent libraries your project needs and it will install them in your project for you. Composer is not a package manager. Though dealing with "packages" or libraries, it manages them on a per-project basis, installing them in a directory inside your project.

The Composer helps in the following scenarios:

 

How do I work with Composer?

For more information on Composer, see https://getcomposer.org/.

 

 

Read Also

 

Working with Composer