PHPackages                             mmfei/hyperf-socialite - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. mmfei/hyperf-socialite

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

mmfei/hyperf-socialite
======================

socialite

v0.0.5(2y ago)0912MITPHPPHP ^7.1|^8.0

Since Nov 7Pushed 2y agoCompare

[ Source](https://github.com/mmfei/hyperf-socialite)[ Packagist](https://packagist.org/packages/mmfei/hyperf-socialite)[ RSS](/packages/mmfei-hyperf-socialite/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (6)Versions (8)Used By (0)

 hyperf-socialite
==================

[](#-hyperf-socialite-)

这个仓库只是为了兼容php7而做 , 代码全部改造来源 cblink/hyperf-socialite
===================================================

[](#这个仓库只是为了兼容php7而做--代码全部改造来源-cblinkhyperf-socialite)

```
php 7.4 + hyperf 2.2  v0.0.3
php 7.4 + hyperf 2.1  v0.0.2
php 7.4 + hyperf 2.0  v0.0.1

```

About
-----

[](#about)

cblink/hyperf-socialite 组件衍生于 laravel/socialite 组件的，我们对它进行了一些改造，大部分功能保持了相同。在这里感谢一下 Laravel 开发组，实现了如此强大好用的社会化登陆组件。

Installing
----------

[](#installing)

```
# 安装
composer require mmfei/hyperf-socialite -vvv

# 创建配置文件
php bin/hyperf.php vendor:publish mmfei/hyperf-socialite
```

Configure
---------

[](#configure)

配置文件位于 `config/autoload/socialite.php`，如文件不存在可自行创建

```
