mstaples / google-api
Google API library for PHP
Requires
- php: >=5.3.0
- ext-curl: *
- ext-json: *
This package is not auto-updated.
Last update: 2024-11-09 16:06:32 UTC
README
Description
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.
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/
Fork information
This project was forked to modernize the google api codebase a little bit. The following changes have been made:
- Google Analytics classes moved to separated files and reformated code
The existing documentation applies, just keep in mind that instead of class
like apiHttpRequest
, you must now use \GoogleApi\Io\HttpRequest
.
Requirements:
- PHP 5.3.x or higher (http://www.php.net/)
- PHP Curl extension (http://www.php.net/manual/en/intro.curl.php)
- PHP JSON extension (http://php.net/manual/en/book.json.php)
Project page:
OAuth 2 instructions:
Report a defect or feature request here:
Subscribe to project updates in your feed reader:
Supported sample applications: