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 install the Composer plugin?

How do I work with the Composer plugin?

For more information on the Composer, see http://getcomposer.org/ or https://github.com/pulse00/Composer-Eclipse-Plugin.

 

 

Related Links

Related Links:

Customizing

Plugins

 

 

©1999-2013 Zend Technologies LTD. All rights reserved.