yujiandong/yii2-authclient
最新稳定版本:1.0
Composer 安装命令:
composer require yujiandong/yii2-authclient
包简介
Yii Authclient for Weibo, QQ, Wechat and etc
README 文档
README
Yii Authclient for Weibo,QQ,Wechat,Gitee
Config Setting
'components' => [
'authClientCollection' => [
'class' => 'yii\authclient\Collection',
'clients' => [
'weibo' => [
'class' => 'yujiandong\authclient\Weibo',
'clientId' => 'wb_key',
'clientSecret' => 'wb_secret',
],
'qq' => [
'class' => 'yujiandong\authclient\Qq',
'clientId' => 'qq_appid',
'clientSecret' => 'qq_appkey',
],
'weixin' => [
'class' => 'yujiandong\authclient\Weixin',
'clientId' => 'weixin_appid',
'clientSecret' => 'weixin_appkey',
],
'gitee' => [
'class' => 'yujiandong\authclient\Gitee',
'clientId' => 'gitee_clientId',
'clientSecret' => 'gitee_clientSecret',
],
],
]
// other components
]
统计信息
- 总下载量: 556
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 52
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-03