zacksleo/yii2-authclient
Composer 安装命令:
composer require zacksleo/yii2-authclient
包简介
Yii AuthClient for LianLuo
README 文档
README
Yii AuthClient for Lianluo ( mops-ucenter.lianluo.com)
Demo
Config Setting
'components' => [
'authClientCollection' => [
'class' => 'yii\authclient\Collection',
'clients' => [
'lianluo' => [
'class' => 'zacksleo\yii2\authclient\clients\Lianluo',
'clientId' => 'appkey',
'clientSecret' => 'appsecret'
]
],
],
// other components
]
More
More Docs at yii2-authclient
统计信息
- 总下载量: 679
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-01-16