Download the PHP package namet/socialite without Composer
On this page you can find all versions of the php package namet/socialite. 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
Socialite
社会化登陆扩展包
当前可用
- 微信(非扫码登陆)
- 微博
- 百度
- Github
- OSChina (0.5版本后可用)
- QQ (0.5版本后可用)
安装
PHP版本 | 安装方式 |
---|---|
5.5 ~ 7.1 | composer require namet/socialite:"v0.5" -vvv |
>= 7.2 | composer require namet/socialite -vvv |
使用方法
-
配置信息
-
获取实例,并跳转至认证服务器地址,以
微信
登陆为例: - 在回调地址中获取Code,然后换取Access_token,再获取用户信息
扩展驱动
- 首先需要自定义驱动实现
\Namet\Socialite\DriverInterface
接口 - 在获取OAuth实例之后进行驱动注册。(获取新OAuth实例时不需要再次注册。😊)
后续开发计划
- 增加Google、Microsoft、Linkedin
LICENSE
MIT
All versions of socialite with dependencies
PHP Build Version
Package Version
The package namet/socialite contains the following files
Loading the files please wait ....