PHPackages                             spolischook/google-api-php-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. spolischook/google-api-php-client

ActiveLibrary[API Development](/categories/api)

spolischook/google-api-php-client
=================================

Google API library for PHP

012PHP

Since Sep 29Pushed 12y ago1 watchersCompare

[ Source](https://github.com/spolischook/google-api-php-client)[ Packagist](https://packagist.org/packages/spolischook/google-api-php-client)[ RSS](/packages/spolischook-google-api-php-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Google APIs Client Library for PHP
==================================

[](#google-apis-client-library-for-php)

Description
-----------

[](#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:

-

Current version is hosted here:

-

Fork information
----------------

[](#fork-information)

This project was forked to modernize the google api codebase a little bit. The following changes have been made:

- Gotted rid of all require() statements. An autoloader is now required
- Renamed all classes. Everything is now in a GoogleApi namespace.
- Added composer package information (todo)
- Gotted rid of automatically executing code.

The existing documentation applies, just keep in mind that instead of class like `apiHttpRequest`, you must now use `\GoogleApi\Io\HttpRequest`.

Requirements:
-------------

[](#requirements)

- PHP 5.3.x or higher ()
- PHP Curl extension ()
- PHP JSON extension ()

Project page:

-

OAuth 2 instructions:

-

Report a defect or feature request here:

-

Subscribe to project updates in your feed reader:

-

Supported sample applications:

-

Basic Example
-------------

[](#basic-example)

```
