How do I use Composer to setup google-api-php-client?
There seems to be some gaps in the instructions, a little help? Step 1: Easily access Google APIs from PHP , sounds easy! Step 2: Install the library , you can install the library by adding it as a dependency to your "composer.json". Never heard of composer, never used json. All I need to do is add "require": {"google/apiclient": "1.0.*@beta"} to my composer.json Step 3: Composer requires Linux, but isn't the whole point of using App Engine so I don't have to deal with Linux? Ok, setup Debian on Compute Engine and added the following, "sudo curl -sS https://getcomposer.org/installer | sudo php