meliorator/google-oauth-php

old version Google OAuth library for use in PhpCodeIgniter

Installs: 35

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:google-oauth-library

0.2.0 2017-10-20 12:54 UTC

This package is auto-updated.

Last update: 2025-04-17 10:47:08 UTC


README

Old version Google OAuth library for use in PhpCodeIgniter 3

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require meliorator/google-oauth-php

or add

"meliorator/google-oauth-php": "^0.1.0"

to the require section of your composer.json file.

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

for invoke Google OAuth use follow code

$this->googleplus->loginURL()