Last active
January 3, 2016 07:39
-
-
Save rserna2010/8430560 to your computer and use it in GitHub Desktop.
Setting up PHP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone https://github.com/balanced/balanced-php.git | |
| cd balanced-php | |
| curl -s https://getcomposer.org/installer | php -d detect_unicode=Off | |
| php composer.phar update | |
| curl -s -L -o httpful.phar https://github.com/downloads/nategood/httpful/httpful.phar | |
| curl -s -L -o restful.phar https://github.com/bninja/restful/downloads/restful-\{VERSION\}.phar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment