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

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

recca0120/socialite
===================

Socialite for Laravel 5

v1.0.7(10y ago)722MITPHPPHP &gt;=5.4.0

Since Jan 3Pushed 10y agoCompare

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

READMEChangelog (1)Dependencies (6)Versions (3)Used By (0)

Laravel Socialite
=================

[](#laravel-socialite)

Introduction
------------

[](#introduction)

Simulation Laravel Socialite

Installation
------------

[](#installation)

```
composer require recca0120/socialite

```

### Laravel 5.0:

[](#laravel-50)

Update config/app.php

```
'providers' => [
    ...
    'Recca0120\Socialite\SocialiteServiceProvider',
];
```

```
'aliases' => [
    ...
    'Socialite' => 'Recca0120\Socialite\Facades\Socialite'
];
```

### Laravel 5.1:

[](#laravel-51)

Update config/app.php

```
'providers' => [
    ...
    Recca0120\Socialite\SocialiteServiceProvider::class,
];
```

```
'alias' => [
    ...
    'Socialite' => Recca0120\Socialite\Facades\Socialite::class
];
```

Official Documentation
----------------------

[](#official-documentation)

Documentation for Socialite can be found on the [Laravel website](http://laravel.com/docs/authentication#social-authentication).

### License

[](#license)

Laravel Socialite is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

Included service implementations
--------------------------------

[](#included-service-implementations)

- OAuth1
    - BitBucket
    - Twitter
- OAuth2
    - Dropbox
    - Facebook
    - GitHub
    - Google
    - Instagram
    - LinkedIn

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Unknown

Total

1

Last Release

3788d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1390554?v=4)[Recca Tsai](/maintainers/recca0120)[@recca0120](https://github.com/recca0120)

---

Top Contributors

[![recca0120](https://avatars.githubusercontent.com/u/1390554?v=4)](https://github.com/recca0120 "recca0120 (3 commits)")

---

Tags

laravelsocialitePHPoAuthLib

### Embed Badge

![Health badge](/badges/recca0120-socialite/health.svg)

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

###  Alternatives

[socialiteproviders/manager

Easily add new or override built-in providers in Laravel Socialite.

42542.0M544](/packages/socialiteproviders-manager)[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

8359.8M53](/packages/php-open-source-saver-jwt-auth)[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[kovah/laravel-socialite-oidc

OpenID Connect OAuth2 Provider for Laravel Socialite

2073.7k](/packages/kovah-laravel-socialite-oidc)[laragear/two-factor

On-premises 2FA Authentication for out-of-the-box.

339785.3k8](/packages/laragear-two-factor)[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

326.1M13](/packages/socialiteproviders-microsoft)

PHPackages © 2026

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