PHPackages                             happyr/google-api-bundle - 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. happyr/google-api-bundle

ActiveSymfony-bundle[API Development](/categories/api)

happyr/google-api-bundle
========================

A Symfony2 Wrapper for the Google APIs Client Library for PHP

2.3.0(7y ago)48196.1k↓21.2%26[3 PRs](https://github.com/Happyr/GoogleApiBundle/pulls)MITPHPPHP &gt;=5.3.2

Since Jul 4Pushed 3y ago5 watchersCompare

[ Source](https://github.com/Happyr/GoogleApiBundle)[ Packagist](https://packagist.org/packages/happyr/google-api-bundle)[ Docs](http://developer.happyr.com/symfony2-bundles/google-api-bundle)[ RSS](/packages/happyr-google-api-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (10)Used By (0)

Google API Bundle
=================

[](#google-api-bundle)

A symfony2 bundle to communicate to Google API. This bundle is a Symfony2 wrapper for the [google apiclient](https://github.com/google/google-api-php-client). There are some services not yet implemented. Please submit a PR and I'm happy to merge.

Installation
------------

[](#installation)

### Step 1: Using Composer

[](#step-1-using-composer)

Install it with Composer!

```
// composer.json
{
    // ...
    require: {
        // ...
        "happyr/google-api-bundle": "~2.1",
    }
}
```

Then, you can install the new dependencies by running Composer's `update`command from the directory where your `composer.json` file is located:

```
$ php composer.phar update
```

### Step 2: Register the bundle

[](#step-2-register-the-bundle)

To register the bundles with your kernel:

```
