2017 © Pedro Peláez
 

library google

Google API bridge for Laravel 5

image

solarios/google

Google API bridge for Laravel 5

  • Thursday, March 24, 2016
  • by dastin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Google API

A laravel wrapper for Google's API. It uses Laravel Manager as it's base., (*1)

Installation

Require it with Composer by running, (*2)

composer require solarios/google

Add the following to the service providers in config/app.php., (*3)

Solarios\Google\GoogleServiceProvider::class,

There is also a facade available., (*4)

'Google' => Solarios\Google\Facades\Google::class,

To publish the configuration file, run, (*5)

php artisan vendor:publish

Usage

Only the application authentication is currently supported (service provider/account)., (*6)

Examples

$calendar = Google::calendar();

Returns the Google_Service_Calendar class., (*7)

$calendarList = $calendar->calendarList->listCalendarList();

Gets a list of calendars., (*8)

The Versions

24/03 2016

dev-master

9999999-dev

Google API bridge for Laravel 5

  Sources   Download

MIT

The Requires

 

24/03 2016

v1.0.0

1.0.0.0

Google API bridge for Laravel 5

  Sources   Download

MIT

The Requires