Summary
PHPのパッケージ管理マネージャ Composer を導入する。Install (Linux)
% curl -sS https://getcomposer.org/installer | php
% mv composer.phar /path/to/composer
Install (Homebrew)
% brew install composer
Reference
Composerhttps://getcomposer.org/
% curl -sS https://getcomposer.org/installer | php
% mv composer.phar /path/to/composer
% brew install composer