2017 © Pedro Peláez
 

library yii2-authclient

Yii Authclient for Weibo, QQ, Wechat and etc

image

yujiandong/yii2-authclient

Yii Authclient for Weibo, QQ, Wechat and etc

  • Sunday, June 19, 2016
  • by yujiandong
  • Repository
  • 6 Watchers
  • 46 Stars
  • 405 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 24 Forks
  • 1 Open issues
  • 2 Versions
  • 43 % Grown

The README.md

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

Config Setting, (*2)

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

The Versions

19/06 2016

dev-master

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

Yii Authclient for Weibo, QQ, Wechat and etc

  Sources   Download

MIT

The Requires

 

weibo auth qq auth wechat auth yii authclient

03/11 2015

1.0

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

Yii Authclient for Weibo, QQ, Wechat and etc

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

weibo auth qq auth wechat auth yii authclient