Skip to content

Installing Composer

Devin Smith edited this page Nov 29, 2015 · 1 revision

Install Composer if you haven't already. Composer is a really easy to use PHP dependency & package management tool. I prefer to install globally so you can use the command composer from anywhere in your terminal.

On OSX

cd /usr/local/bin
curl -sS https://getcomposer.org/installer | php
mv composer.phar composer

Everyone else can Download Composer here, and Read how to install.