项目作者: kdsonit

项目描述 :
codeigniter google Oauth Api
高级语言: PHP
项目地址: git://github.com/kdsonit/codeigniter-google-oauth.git
创建时间: 2016-09-01T18:22:47Z
项目社区:https://github.com/kdsonit/codeigniter-google-oauth

开源协议:MIT License

下载


codeigniter-google-oauth

CodeIgniter google Oauth Api

Use Composer to make effective application.

  1. open console and run composer update

Add Google credential setting

  1. Add your Google credential setting in application/config/config.php
    • $config['GOOGLE_APP_NAME'] = 'PHP Google OAuth Login Example';
    • $config['GOOGLE_ID'] = ''
    • $config['GOOGLE_SECRET'] = 'GOOGLE_SECRET';
    • $config['GOOGLE_CALLBACK_URL'] = 'googleController/callBack';

if you have an any query call me gohil.kuldeep007@gmail.com