A Google services API streamlined to KISSCMS conventions.
This plugin relies on the Google APIs Client Library for PHP v0.6.7
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
The namespace the plugin reserves is Google
To start using the api simply type
$api = new Google();
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)