Posted by brynbellomy on April 24, 2011 at 12:30am
Composer is a PHP package management tool to help manage your project or libraries' dependencies. This project is a Drush wrapper to expose easy use of Composer via Drush.
Installation
drush dl composerUsage
drush composer- Lists all available Composer commands.
drush composer install- Parses composer.json, and installs all dependencies
drush composer update- Updates your dependencies to the latest version, and updates cached information.
drush composer init- Walk through a wizard to create your own composer.json file.
Example
The following is an example of a composer.json file that will download the latest in the 1.0.* branch of Monolog...
{
"require": {
"monolog/monolog": "1.0.*"
}
}Downloads
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Module categories: Developer, Drush, Utility
- Downloads: 58
- Last modified: May 11, 2012
