2017 © Pedro Peláez
 

library yii2-authclient

Yii Authclient for Weibo, QQ, Wechat and etc

image

makcent/yii2-authclient

Yii Authclient for Weibo, QQ, Wechat and etc

  • Friday, June 22, 2018
  • by makcent
  • Repository
  • 0 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Yii Authclient for Weibo,QQ,Wechat, (*1)

Config Setting, (*2)

'components' => [
    'authClientCollection' => [
        'class' => 'yii\authclient\Collection',
        'clients' => [
            'weibo' => [
                'class' => 'makcent\authclient\Weibo',
                'clientId' => 'wb_key',
                'clientSecret' => 'wb_secret',
            ],
            'qq' => [
                'class' => 'makcent\authclient\Qq',
                'clientId' => 'qq_appid',
                'clientSecret' => 'qq_appkey',
            ],
            'weixin' => [
                'class' => 'makcent\authclient\Weixin',
                'clientId' => 'weixin_appid',
                'clientSecret' => 'weixin_appkey',
            ],
        ],
    ]
    // other components
]

The Versions

22/06 2018

dev-master

9999999-dev https://github.com/makcent/yii2-authclient

Yii Authclient for Weibo, QQ, Wechat and etc

  Sources   Download

MIT

The Requires

 

weibo auth qq auth wechat auth yii authclient

22/06 2018

v1.0.0

1.0.0.0 https://github.com/makcent/yii2-authclient

Yii Authclient for Weibo, QQ, Wechat and etc

  Sources   Download

MIT

The Requires

 

weibo auth qq auth wechat auth yii authclient