kong/kong-oauth2-php-provider
最新稳定版本:0.0.2
Composer 安装命令:
composer require kong/kong-oauth2-php-provider
包简介
Kong OAuth 2.0 Client Provider for The PHP League OAuth2-Client
关键字:
README 文档
README
This package provides Kong OAuth 2.0 support for the PHP League's OAuth 2.0 Client.
Requirements
The following versions of PHP are supported.
- PHP 5.5
- PHP 5.6
- PHP 7.0
- HHVM
Installation
Add the following to your composer.json file.
Note: Once version 1.0 of the OAuth 2.0 Client is released, you'll be able to install from composer without the
@devminimum stability flag.
{
"require": {
"kong/kong-oauth2-php-provider": "~0.0@dev",
"league/oauth2-client": "~1.0@dev"
}
}
Note: OAuth 2.0 Client v1.0 is still in dev mode so you'll need to require it explicitly in your require using the
@devminimum stability flag since composer won't pull in a dev mode dependency of a dependency.
Usage
Authorization Code Flow
See example/index.php
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 317
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-08