liaol/socialite-cn

Laravel wrapper around OAuth 1 & OAuth 2 libraries for Chinese Company.
1,961 47
Install
composer require liaol/socialite-cn
Latest Version:1.0.9
License:MIT
Last Updated:Aug 5, 2016
Links: GitHub  ·  Packagist
Maintainer: liaol

socialite-cn

laravel/socialite for Chinese.

Oauth authentication with Weixin,Weibo and QQ.

Usage

  • require in your composer.json file:
"liaol/socialite-cn": "dev-master"
  • register the 'Liaol\SocialiteCn\SocialiteCnServiceProvider' in your config/app.php

  • add 'Socialize' => 'Laravel\Socialite\Facades\Socialite' to config/app.php

  • Others are same with the laravel/socialite

Providers:

weixin
weixinWeb
weibo
qq

weiboApp, qqApp are used for Api

Require

laravel/socialite

License

MIT license