Skip to content

Instantly share code, notes, and snippets.

@rserna2010
Last active January 3, 2016 07:39
Show Gist options
  • Select an option

  • Save rserna2010/8430560 to your computer and use it in GitHub Desktop.

Select an option

Save rserna2010/8430560 to your computer and use it in GitHub Desktop.
Setting up PHP
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