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

Abandoned → [google/google-api-php-client](/?search=google%2Fgoogle-api-php-client)Library[API Development](/categories/api)

nyholm/google-api-php-client
============================

Google API library for PHP (with namespaces). This packet is maintained! Version 0.6.2 of original code.

09.9k3PHP

Since Jan 23Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Nyholm/google-api-php-client)[ Packagist](https://packagist.org/packages/nyholm/google-api-php-client)[ RSS](/packages/nyholm-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)

This is version 0.6.2 of the Google Api. If you want to use the lastes version of this lib checkout [this repo](https://github.com/google/google-api-php-client).

If you want a symfony2 bundle for this lib, check out my other repo:

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

[](#description)

The Google API Client Library enables you to work with Google APIs such as Google+, Drive, Tasks, or Latitude on your server.

This is a forked version from 0.6.2:

-

Current version is hosted here:

-

Are you using Symfony2? Check out the Symfony2 bundle that uses this lib.

-

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
- 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:

- PHP 5.2.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

```
