orvice / google-api
Google API library for PHP
dev-master
2015-06-23 06:45 UTC
Requires
- php: >=5.3.0
- ext-curl: *
This package is not auto-updated.
Last update: 2024-11-09 18:27:33 UTC
README
Description
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: