Install Software
Composer

Installing Composer

Composer is a dependency manager for PHP that allows developers to easily ship dependencies required to operate a PHP applications.

curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer

Change to the directory containing composer.json and install dependencies:

composer install --no-dev --optimize-autoloader