Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)