2017 © Pedro Peláez
 

library googleclient

Tools for Google API Client

image

shineunited/googleclient

Tools for Google API Client

  • Wednesday, May 20, 2015
  • by shineunited
  • Repository
  • 2 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Shine United - Google Client

Installation

Install Composer

$ curl -sS https://getcomposer.org/installer | php

Require Google Client Library

$ composer require shineunited/googleclient

Usage

Silex

To use the Google Client with Silex, register the service provider:, (*1)

use ShineUnited\GoogleClient\Silex\GoogleClientServiceProvider;

$app->register(new GoogleClientServiceProvider(), [
    'gapi.options' => [
        ...
    ]
]);
Options

application_name (string), (*2)

client_id (string), (*3)

client_secret (string), (*4)

redirect_url (string), (*5)

access_type (string), (*6)

approval_prompt (string), (*7)

developer_key (string), (*8)

scope (string), (*9)

scopes (array), (*10)

The Versions

20/05 2015

dev-master

9999999-dev

Tools for Google API Client

  Sources   Download

MIT

The Requires

 

The Development Requires

silex google google api google client

20/05 2015

v1.0.0

1.0.0.0

Tools for Google API Client

  Sources   Download

MIT

The Requires

 

The Development Requires

silex google google api google client