google-oauth-php
Old version Google OAuth library for use in PhpCodeIgniter 3, (*1)
Installation
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require meliorator/google-oauth-php
or add, (*4)
"meliorator/google-oauth-php": "^0.1.0"
to the require section of your composer.json
file., (*5)
Usage
Copy class Gooleplus from application/libraries/Googleplus.php to [root project]/application/libraries and copy config application/config/googleplus.php to [root project]/application/config directory, (*6)
for invoke Google OAuth use follow code, (*7)
$this->googleplus->loginURL()