PHPackages                             sinkcup/laravel-ui-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. [API Development](/categories/api)
4. /
5. sinkcup/laravel-ui-socialite

Abandoned → [laravel-fans/ui-socialite](/?search=laravel-fans%2Fui-socialite)Library[API Development](/categories/api)

sinkcup/laravel-ui-socialite
============================

Automatically generate database, pages, and routes for Laravel Socialite

8.0.0(5y ago)233957[12 issues](https://github.com/laravel-fans/laravel-ui-socialite/issues)MITPHPPHP &gt;=7.3

Since Dec 30Pushed 9mo ago3 watchersCompare

[ Source](https://github.com/laravel-fans/laravel-ui-socialite)[ Packagist](https://packagist.org/packages/sinkcup/laravel-ui-socialite)[ RSS](/packages/sinkcup-laravel-ui-socialite/feed)WikiDiscussions main Synced 2d ago

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

Laravel UI Socialite
====================

[](#laravel-ui-socialite)

[![Laravel 8](https://github.com/laravel-fans/laravel-ui-socialite/workflows/Laravel%208/badge.svg)](https://github.com/laravel-fans/laravel-ui-socialite/actions)[![codecov](https://camo.githubusercontent.com/99256922d2a49db583d9de88f19c6d7ccf43d578a818304c57e3c678caaa1e5d/68747470733a2f2f636f6465636f762e696f2f67682f6c61726176656c2d66616e732f6c61726176656c2d75692d736f6369616c6974652f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/laravel-fans/laravel-ui-socialite)[![LICENSE](https://camo.githubusercontent.com/be80b8cb211ceb2263744e99fdb161a40124901906fd7c7f47d6361760dd7e8b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d416e74692532303939362d626c75652e737667)](https://github.com/laravel-fans/laravel-ui-socialite/blob/main/LICENSE)

Automatically generate database, pages, and routes for Laravel Socialite. Just like `php artisan ui:auth`.

Login with multiple providers using the same email will be determined as one user.

When logged in, you can link all providers to the current user, and login with them next time.

Special handling for [WeChat](https://sinkcup.github.io/laravel-socialite-wechat-login).

install
-------

[](#install)

```
composer require laravel-fans/ui-socialite
php artisan ui vue
php artisan ui:auth
php artisan ui:socialite
php artisan vendor:publish --provider="LaravelFans\UiSocialite\UiSocialiteServiceProvider"
php artisan migrate

```

config
------

[](#config)

add to `config/services.php`:

```
    'github' => [
        'client_id' => env('GITHUB_CLIENT_ID'),
        'client_secret' => env('GITHUB_CLIENT_SECRET'),
        'redirect' => env('GITHUB_CALLBACK_URL'),
        'scopes' => env('GITHUB_SCOPES'), // optional
    ],

```

add to `.env`:

```
AUTH_SOCIAL_LOGIN_PROVIDERS=Facebook,Twitter,Linkedin,Google,GitHub,GitLab,Bitbucket,wechat_web,wechat_service_account
GITHUB_CLIENT_ID=foo
GITHUB_CLIENT_SECRET=bar
GITHUB_CALLBACK_URL=http://127.0.0.1:8000/login/github/callback
GITHUB_SCOPES=user:email,public_repo

# disable password login
AUTH_PASSWORD_LOGIN_ENABLED=0

# disable register
AUTH_OPTIONS_REGISTER=0

```

screenshots
-----------

[](#screenshots)

[![Laravel Socialite Login page](https://user-images.githubusercontent.com/4971414/64499841-477d8000-d2ed-11e9-8981-e6764378462e.png)](https://user-images.githubusercontent.com/4971414/64499841-477d8000-d2ed-11e9-8981-e6764378462e.png)[![GitHub OAuth Login](https://user-images.githubusercontent.com/4971414/64499857-5a905000-d2ed-11e9-8b75-3686aab2abf1.png)](https://user-images.githubusercontent.com/4971414/64499857-5a905000-d2ed-11e9-8b75-3686aab2abf1.png)[![Laravel Socialite Profile page and Linked Accounts](https://user-images.githubusercontent.com/4971414/64499866-63812180-d2ed-11e9-82c3-68f5320026c8.png)](https://user-images.githubusercontent.com/4971414/64499866-63812180-d2ed-11e9-82c3-68f5320026c8.png)[![Laravel Socialite link multiple providers to one user](https://user-images.githubusercontent.com/4971414/64498074-45172800-d2e5-11e9-824c-9189d46de259.png)](https://user-images.githubusercontent.com/4971414/64498074-45172800-d2e5-11e9-824c-9189d46de259.png)

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~24 days

Recently: every ~92 days

Total

26

Last Release

2069d ago

Major Versions

3.4.0 → 4.0.02019-06-08

4.1.1 → 5.0.02019-09-08

5.0.4 → 6.0.02020-08-30

6.0.0 → 7.0.02020-09-12

7.0.0 → 8.0.02020-09-12

PHP version history (5 changes)0.0.1PHP ^7.0

4.1.1PHP &gt;=7.1

5.0.0PHP ^7.2

7.0.0PHP &gt;=7.2

8.0.0PHP &gt;=7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/89ddc639897087464ea88b1e5481834d86fe581c94a2333cfe2778a4e93b65bd?d=identicon)[sinkcup](/maintainers/sinkcup)

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/sinkcup-laravel-ui-socialite/health.svg)

```
[![Health](https://phpackages.com/badges/sinkcup-laravel-ui-socialite/health.svg)](https://phpackages.com/packages/sinkcup-laravel-ui-socialite)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
