2017 © Pedro Peláez
 

symfony-bundle google-api-bundle

Symfony bundle to wrap the google api

image

beyerz/google-api-bundle

Symfony bundle to wrap the google api

  • Sunday, July 23, 2017
  • by beyerz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 272 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 14 % Grown

The README.md

Minimum PHP Version, (*1)

GoogleApiBundle

Easy Integration for Symfony2 projects requiring Google PHP SDK, (*2)

Installation

Composer

composer require beyerz/google-api-bundle

Application Kernel

Add BeyerzGoogleApiBundle to the registerBundles() method of your application kernel:, (*3)

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

Config

Enable loading of the OGP service and setting default values by adding the following to the application's config.yml file:, (*4)

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

#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

The Versions

23/07 2017

dev-master

9999999-dev

Symfony bundle to wrap the google api

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 symfony google google api google api bundle

23/07 2017

dev-develop

dev-develop

Symfony bundle to wrap the google api

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 symfony google google api google api bundle

23/07 2017

1.0.7

1.0.7.0

Symfony bundle to wrap the google api

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 symfony google google api google api bundle

29/06 2017

1.0.6

1.0.6.0

Symfony bundle to wrap the google api

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 symfony google google api google api bundle

29/06 2017

1.0.5

1.0.5.0

Symfony bundle to wrap the google api

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 symfony google google api google api bundle

28/06 2017

1.0.4

1.0.4.0

Symfony bundle to wrap the google api

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 symfony google google api google api bundle

28/06 2017

1.0.3

1.0.3.0

Symfony bundle to wrap the google api

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 symfony google google api google api bundle

28/06 2017

1.0.2

1.0.2.0

Symfony bundle to wrap the google api

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 symfony google google api google api bundle

28/06 2017

1.0.1

1.0.1.0

Symfony bundle to wrap the google api

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 symfony google google api google api bundle

28/06 2017

1.0.0

1.0.0.0

Symfony bundle to wrap the google api

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 symfony google google api