kisscms/google

Google Services for KISSCMS

1.1.0 2013-11-17 08:46 UTC

This package is not auto-updated.

Last update: 2024-04-13 10:33:30 UTC


README

A Google services API streamlined to KISSCMS conventions.

Dependencies

This plugin relies on the Google APIs Client Library for PHP v0.6.7

Install

After you download the plugin and the client library (the main dependency noted above), place the plugin in your plugins folder and the client library in the lib folder or in a separate SDK folder.

If you pick the latter you'lhave to edit the env.json to include an SDK path

Usage

The namespace the plugin reserves is Google To start using the api simply type

$api = new Google();

Methods

These are the methods available under the namespace:

  • me(): Returns an object of the logged in user, taken from their google plus profile.

##Credits

Created by Makis Tracend (@tracend)