-
Notifications
You must be signed in to change notification settings - Fork 21
samwierema/google-plus-api-codeigniter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Just upload these files into your CodeIgniter application folder and set the config variables. You can then load the library like this
$this->load->library('googleplus');
Example usage:
$this->googleplus->people->get('me'); // when authorized
$this->googleplus->people->get('115414977082318263605'); // that's me :-)
Read the full API docs on the Google+ website http://developers.google.com/+/api
Uses the Google APIs Client Library for PHP
http://code.google.com/p/google-api-php-client/ About
Wrapper for CodeIgniter around the official Google+ API PHP library
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published