liaol / socialite-cn by liaol

Laravel wrapper around OAuth 1 & OAuth 2 libraries for Chinese Company.
1,956
47
7
Package Data
Maintainer Username: liaol
Maintainer Contact: yicoliao@gmail.com (Liaol)
Package Create Date: 2015-03-12
Package Last Update: 2016-08-05
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-24 03:01:21
Package Statistics
Total Downloads: 1,956
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 47
Total Watchers: 7
Total Forks: 14
Total Open Issues: 0

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