shippinno / oauth2-base
PHP League OAuth2-Client 的基础 OAuth 2.0 客户端提供者
v0.4.0
2017-06-14 17:28 UTC
Requires
- php: >=5.6.0
- league/oauth2-client: ^2.2
Requires (Dev)
- mockery/mockery: ^0.9.9
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2024-09-15 02:30:17 UTC
README
为 PHP League 的 OAuth 2.0 客户端 提供对 BASE API 的 OAuth 2.0 支持。
安装
$ composer require shippinno/oauth2-base
用法
用法与 The League 的 OAuth 客户端相同,使用 \Shippinn\Base\OAuth2\Client\Provider\BaseProvider
作为提供者。