PHPの外部ライブラリComposerパッケージ管理ツールをインストール

インストール方法:
1.composerモジュールをダウンロード
sudo curl -sS https://getcomposer.org/installer | sudo php -d detect_unicode=Off

2.ファイルのパーミッションを変更
sudo chmod a+x composer.phar

3.ファイルを移動
sudo chmod a+x composer.phar

4.更新
sudo composer self-update
[root@localhost www.111cn.net]# composer
Zend Guard Loader requires Zend Engine API version 220090626.
The Zend Engine API version 220121212 which is installed, is newer.
Contact Zend Technologies at http://www.zend.com/ for a later version of Zend Guard Loader.
______
/ ____/___ ____ ___ ____ ____ ________ _____
/ / / __ / __ `__ / __ / __ / ___/ _ / ___/
/ /___/ /_/ / / / / / / /_/ / /_/ (__ ) __/ /
____/____/_/ /_/ /_/ .___/____/____/___/_/
/_/
Composer version aa9c257f0efd1a54c93ba95282821a497bc15d75 2014-03-09 15:09:15
Usage:
[options] command [arguments]
Options:
–help -h Display this help message.

PHP

Posted by arkgame