Skip to content

aliasdoc/OAuth2server_CodeIgniter3

 
 

Repository files navigation

OAuth2 server with CodeIgniter 3.0.3

# CodeIgniterが動作しているパスに移動
cd /path/to/ci

# composerがインストールされていない場合は先にインストール
curl -sS https://getcomposer.org/installer | php

composer.json の require項目に追記

"bshaffer/oauth2-server-php": "~1.8"

composerの実行

php composer.phar update

マイグレーションの実行

php index.php migrate index

デモデータの投入

php index.php initialize index

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.7%
  • PHP 17.6%
  • Other 0.7%