meliorator / google-oauth-php
旧版 Google OAuth 库,适用于 PhpCodeIgniter
0.2.0
2017-10-20 12:54 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2024-09-17 09:31:17 UTC
README
旧版 Google OAuth 库,适用于 PhpCodeIgniter 3
安装
安装此扩展的首选方式是通过 composer。
可以运行
php composer.phar require meliorator/google-oauth-php
或添加
"meliorator/google-oauth-php": "^0.1.0"
到您的 composer.json
文件的 require 部分。
使用方法
将 application/libraries/Googleplus.php 中的 Gooleplus 类复制到 [root project]/application/libraries,并将 application/config/googleplus.php 复制到 [root project]/application/config 目录
要调用 Google OAuth,请使用以下代码
$this->googleplus->loginURL()