Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T11:48:56.000Z (over 7 years ago)
- Last Synced: 2024-11-13T14:53:34.148Z (about 2 months ago)
- Topics: authentication, oauth2, oauth2-client, yii2, yii2-extension
- Language: PHP
- Size: 26.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yii2-authclient
[![Latest Stable Version](https://poser.pugx.org/zacksleo/yii2-authclient/version)](https://packagist.org/packages/yii2-authclient/phpsms)
[![Total Downloads](https://poser.pugx.org/zacksleo/yii2-authclient/downloads)](https://packagist.org/packages/yii2-authclient/phpsms)
[![License](https://poser.pugx.org/zacksleo/yii2-authclient/license)](https://packagist.org/packages/yii2-authclient/phpsms)
[![StyleCI](https://styleci.io/repos/100697365/shield?branch=master)](https://styleci.io/repos/100697365)
[![Build Status](https://travis-ci.org/monster-hunter/yii2-authclient.svg?branch=master)](https://travis-ci.org/monster-hunter/yii2-authclient)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/monster-hunter/yii2-authclient/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/monster-hunter/yii2-authclient/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/monster-hunter/yii2-authclient/badges/build.png?b=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)