Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
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

42 stars

Watchers

8 watching

Forks

Releases

Packages

Contributors

Languages