softonic/oauth2-provider
最新稳定版本:1.3.1
Composer 安装命令:
composer require softonic/oauth2-provider
包简介
Softonic OAuth2 provider
关键字:
README 文档
README
This package provides Softonic OAuth 2.0 support for the PHP League's OAuth 2.0 Client.
Installation
You can require the last version of the package using composer
composer require softonic/oauth2-provider
Configuration
<?php $options = [ 'clientId' => 'myClient', 'clientSecret' => 'mySecret' ]; $client = new Softonic\OAuth2\Client\Provider\Softonic($options); $token = $client->getAccessToken('client_credentials', ['scope' => 'myscope']);
Testing
softonic/oauth2-provider has a PHPUnit test suite, and a coding style compliance test suite using PHP CS Fixer.
To run the tests, run the following command from the project folder.
$ make tests
To open a terminal in the dev environment:
$ make debug
License
The Apache 2.0 license. Please see LICENSE for more information.
统计信息
- 总下载量: 63.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2017-08-16