dropsolid/oauth2-dropsolid-platform
最新稳定版本:1.0.0
Composer 安装命令:
composer require dropsolid/oauth2-dropsolid-platform
包简介
Dropsolid Platform OAuth 2.0 Client Provider for The PHP League OAuth2-Client
关键字:
README 文档
README
This package provides Dropsolid Platform OAuth 2.0 support for the PHP League's OAuth 2.0 Client.
Installation
composer require dropsolid/oauth2-dropsolid-platform
Usage
See the League documentation. This package provides a Dropsolid Platform specific provider you can use instead of the generic one.
$provider = new Dropsolid\OAuth2\Client\Provider\DropsolidPlatform([
'clientId' => 'your-client-id',
'clientSecret' => 'your-client-secret',
'redirectUri' => 'https://example.com/your-redirect-url',
]);
统计信息
- 总下载量: 8.71k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-08