Skip to content

Instantly share code, notes, and snippets.

@simlegate
Last active August 29, 2015 14:05
Show Gist options
  • Save simlegate/4b89908d06f54a2e6fc5 to your computer and use it in GitHub Desktop.
Save simlegate/4b89908d06f54a2e6fc5 to your computer and use it in GitHub Desktop.
PHP composer install guides globally
  // composer.phar是二进制文件
  // 它是一个PHAR (PHP archive),PHP的归档格式,也可以像其他命令一样在命令行上运行。
  
  $ curl -sS https://getcomposer.org/installer | php
  $ sudo mv composer.phar /usr/local/bin/composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment