PHPackages                             cblink/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. cblink/hyperf-socialite

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

cblink/hyperf-socialite
=======================

socialite

v0.3.1(1y ago)143.8k3MITPHPPHP ^8.1

Since Mar 28Pushed 1y ago3 watchersCompare

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

READMEChangelogDependencies (7)Versions (9)Used By (0)

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

[](#-hyperf-socialite-)

About
-----

[](#about)

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

Installing
----------

[](#installing)

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

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

Configure
---------

[](#configure)

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

```
