Skip to content

shineunited/googleclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

use ShineUnited\GoogleClient\Silex\GoogleClientServiceProvider;

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

application_name (string)

client_id (string)

client_secret (string)

redirect_url (string)

access_type (string)

approval_prompt (string)

developer_key (string)

scope (string)

scopes (array)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages