liaol / socialite-cn
Laravel wrapper around OAuth 1 & OAuth 2 libraries for Chinese Company.
Installs: 1 960
Dependents: 0
Suggesters: 0
Security: 0
Stars: 47
Watchers: 7
Forks: 14
Open Issues: 0
Requires
- laravel/socialite: ~2.0
This package is not auto-updated.
Last update: 2025-02-15 19:41:45 UTC
README
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 yourconfig/app.php
-
add
'Socialize' => 'Laravel\Socialite\Facades\Socialite'
toconfig/app.php
-
Others are same with the laravel/socialite
Providers:
weiboApp, qqApp are used for Api
Require
laravel/socialite