zacksleo/yii2-authclient

Yii AuthClient for LianLuo

Installs: 679

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Open Issues: 0

Type:yii2-extension

1.1 2017-03-16 16:26 UTC

This package is auto-updated.

Last update: 2024-04-08 06:20:47 UTC


README

Latest Stable Version Total Downloads License StyleCI Build Status Scrutinizer Code Quality Build Status

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