https://github.com/zacksleo/yii2-authclient
Yii AuthClient for Lianluo ( lianluo.com)
https://github.com/zacksleo/yii2-authclient
authentication oauth2 oauth2-client yii2 yii2-extension
Last synced: 4 months ago
JSON representation
Yii AuthClient for Lianluo ( lianluo.com)
- Host: GitHub
- URL: https://github.com/zacksleo/yii2-authclient
- Owner: zacksleo
- Created: 2017-01-16T07:35:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T11:48:56.000Z (almost 9 years ago)
- Last Synced: 2025-03-23T16:45:00.675Z (over 1 year ago)
- Topics: authentication, oauth2, oauth2-client, yii2, yii2-extension
- Language: PHP
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yii2-authclient
[](https://packagist.org/packages/yii2-authclient/phpsms)
[](https://packagist.org/packages/yii2-authclient/phpsms)
[](https://packagist.org/packages/yii2-authclient/phpsms)
[](https://styleci.io/repos/100697365)
[](https://travis-ci.org/monster-hunter/yii2-authclient)
[](https://scrutinizer-ci.com/g/monster-hunter/yii2-authclient/?branch=master)
[](https://scrutinizer-ci.com/g/monster-hunter/yii2-authclient/build-status/master)
Yii AuthClient for Lianluo ( mops-ucenter.lianluo.com)
## Demo
https://mops-push.lianluo.com
## 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](https://github.com/yiisoft/yii2-authclient/tree/master/docs)