kotchuprik/yii2-odnoklassniki-authclient
最新稳定版本:v1.2.4
Composer 安装命令:
composer require kotchuprik/yii2-odnoklassniki-authclient
包简介
README 文档
README
This extension adds Odnoklassniki OAuth2 supporting for yii2-authclient.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist kotchuprik/yii2-odnoklassniki-authclient "*"
or add
"kotchuprik/yii2-odnoklassniki-authclient": "*"
to the require section of your composer.json.
Usage
You must read the yii2-authclient docs
Register your application in Odnoklassniki
and add the Odnoklassniki client to your auth clients.
'components' => [ 'authClientCollection' => [ 'class' => 'yii\authclient\Collection', 'clients' => [ 'odnoklassniki' => [ 'class' => 'kotchuprik\authclient\Odnoklassniki', 'applicationKey' => 'odnoklassniki_app_public_key', 'clientId' => 'odnoklassniki_app_id', 'clientSecret' => 'odnoklassniki_client_secret', ], ], // other clients ], ], // ... ]
统计信息
- 总下载量: 93.4k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-16