2017 © Pedro Peláez
 

yii2-extension yii2-authclient

Yii AuthClient for LianLuo

image

zacksleo/yii2-authclient

Yii AuthClient for LianLuo

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

yii2-authclient

Latest Stable Version Total Downloads License StyleCI Build Status Scrutinizer Code Quality Build Status, (*1)

Yii AuthClient for Lianluo ( mops-ucenter.lianluo.com), (*2)

Demo

https://mops-push.lianluo.com, (*3)

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, (*4)

The Versions

22/08 2017

dev-master

9999999-dev

Yii AuthClient for LianLuo

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

api oauth auth yii2 openid

16/03 2017

1.1

1.1.0.0

Yii AuthClient for LianLuo

  Sources   Download

BSD-3-Clause

The Requires

 

api oauth auth yii2 openid

16/01 2017

v1.0

1.0.0.0

Yii AuthClient for LianLuo

  Sources   Download

BSD-3-Clause

The Requires

 

api oauth auth yii2 openid