PHP 環境の構築

PHP のインストール

$ apt-cyg install php

パッケージ管理ツール Composer のインストール

$ apt-cyg install php-mbstring php-json php-phar
$ curl -sS https://getcomposer.org/installer | php
$ mv composer.phar /usr/local/bin/composer