Google API library for PHP
This Bundle is an old version of the bitgandtter/google-api bundle. I am maintaining this independently as this version is used in my current project. The Google API Client Library enables you to work with Google APIs such as Buzz, Moderator, Tasks, or Latitude on your server., (*1)
This is a forked version from: * https://github.com/evert/google-api-php-client based on http://code.google.com/p/google-api-php-client/, (*2)
This project was forked to modernize the google api codebase a little bit. The following changes have been made:, (*3)
The existing documentation applies, just keep in mind that instead of class
like apiHttpRequest
, you must now use \GoogleApi\Io\HttpRequest
., (*4)
Project page:, (*5)
OAuth 2 instructions:, (*6)
Report a defect or feature request here:, (*7)
Subscribe to project updates in your feed reader:, (*8)
Supported sample applications: * http://code.google.com/p/google-api-php-client/wiki/Samples, (*9)