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

ActiveSymfony-bundle

beyerz/google-api-bundle
========================

Symfony bundle to wrap the google api

1.0.7(8y ago)01.4kMITPHPPHP &gt;=5.5

Since Jun 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/beyerz/GoogleApiBundle)[ Packagist](https://packagist.org/packages/beyerz/google-api-bundle)[ RSS](/packages/beyerz-google-api-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (10)Used By (0)

[![Minimum PHP Version](https://camo.githubusercontent.com/86e7d829a466cacd5658a22073e27d49d39dac72cc18216ac4963ed5463c5bbc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230352e362d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/)

GoogleApiBundle
===============

[](#googleapibundle)

Easy Integration for Symfony2 projects requiring Google PHP SDK

Installation
============

[](#installation)

### Composer

[](#composer)

```
composer require beyerz/google-api-bundle
```

### Application Kernel

[](#application-kernel)

Add BeyerzGoogleApiBundle to the `registerBundles()` method of your application kernel:

```
public function registerBundles()
{
    return array(
        new Beyerz\GoogleApiBundle\BeyerzGoogleApiBundle(),
    );
}
```

### Config

[](#config)

Enable loading of the OGP service and setting default values by adding the following to the application's `config.yml` file:

A Base and facebook library are currently supported, but you can add as many libraries with as many default values that you like

```
#BeyerzGoogleApiBundle
beyerz_google_api:
  application_name: 'Sample Application Name'
  credentials_manager: 'Beyerz\GoogleApiBundle\Manager\CredentialsManager'
  client_secret_path: '/Resources/client_secret.json'
  scopes:
    - 'https://www.googleapis.com/auth/gmail.readonly'
    - 'https://www.googleapis.com/auth/gmail.send'
    - 'https://www.googleapis.com/auth/plus.login'
    - 'https://www.googleapis.com/auth/contacts'
    - 'https://www.googleapis.com/auth/contacts.readonly'
    - 'https://www.googleapis.com/auth/plus.login'
    - 'https://www.googleapis.com/auth/plus.me'
    - 'https://www.googleapis.com/auth/userinfo.email'
    - 'https://www.googleapis.com/auth/userinfo.profile'
  services:
    gmail:
      access_type: "offline"
    plus:
      access_type: "offline"
    people:
      access_type: "offline"
    oauth2:
      access_type: "offline"
```

Documentation
=============

[](#documentation)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity64

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

8

Last Release

3218d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3812d8934a9934b62846482516124b3cd6c95a1e7457d9f693ddd0fefd9b79dd?d=identicon)[beyerz](/maintainers/beyerz)

---

Tags

symfonygoogleSymfony2google apigoogle api bundle

### Embed Badge

![Health badge](/badges/beyerz-google-api-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/beyerz-google-api-bundle/health.svg)](https://phpackages.com/packages/beyerz-google-api-bundle)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
