Download the PHP package hyancat/socialite-baidu without Composer
On this page you can find all versions of the php package hyancat/socialite-baidu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package socialite-baidu
Socialite-Baidu
百度 OAuth2 账号连接 for Laravel 5.x.
Installation
-
安装 composer package:
composer require hyancat/socialite-baidu
-
config/app.php 中
Laravel\Socialite\SocialiteServiceProvider
替换成SocialiteProviders\Manager\ServiceProvider
-
app/Providers/EventServiceProvider.php
中添加一个监听器:SocialiteProviders\Manager\SocialiteWasCalled
,如果已存在则忽略;并添加监听响应事件:Hyancat\SocialiteBaidu\BaiduExtendSocialite@handle
- config/service.php 中添加一个配置项:
Usage
详见官方文档 socialite 用法。
License
MIT License.
All versions of socialite-baidu with dependencies
PHP Build Version
Package Version
The package hyancat/socialite-baidu contains the following files
Loading the files please wait ....