brainsrage/yii2-authclient-instagram
Composer 安装命令:
composer require brainsrage/yii2-authclient-instagram
包简介
Instagram client for yii2-authclient
README 文档
README
Instagram client for yii2-authclient
Installation
Through Composer From console:
composer require brainsrage/yii2-authclient-instagram
or add to "require" section to composer.json
"brainsrage/yii2-authclient-instagram": "dev-master"
##Usage Register your application in Instagram
and add the Instagram client to your auth clients.
php
'components' => [
'authClientCollection' => [
'class' => 'yii\authclient\Collection',
'clients' => [
'instagram' => [
'class' => 'brainsrage\authclient\Instagram',
'clientId' => 'Instagram client id',
'clientSecret' => 'Instagram client secret',
],
// other clients
],
],
// ...
]
统计信息
- 总下载量: 79
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-06-25