PHPackages                             evert/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. evert/google-api-php-client

AbandonedLibrary[API Development](/categories/api)

evert/google-api-php-client
===========================

Google API library for PHP

3370.4k30[2 PRs](https://github.com/evert/google-api-php-client/pulls)PHP

Since Dec 15Pushed 13y ago5 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

Important note
--------------

[](#important-note)

I've never completed this, and have no interest in further maintaining it. Please don't start anything new based on this. I'm keeping this repository around for the people who may still need it.

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)

```
