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

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

devmi/easy-socialite
====================

Easy socialite setup for laravel

0.2.0(7y ago)03MITPHPPHP ^7.1

Since Feb 2Pushed 7y ago2 watchersCompare

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

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

Easy Socialite
==============

[](#easy-socialite)

[![](https://camo.githubusercontent.com/8413299420b2f22541b9407b364b6578d993a4971857d8c317711b07f5df9641/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6465766d692f656173792d736f6369616c6974652e7376673f7374796c653d666c6174)](https://camo.githubusercontent.com/8413299420b2f22541b9407b364b6578d993a4971857d8c317711b07f5df9641/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6465766d692f656173792d736f6369616c6974652e7376673f7374796c653d666c6174)[![](https://camo.githubusercontent.com/a5b832251c6f64e7af7b1ad4ed434a4d9f177a93cab85d163bb681ea8ca09d8e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6465766d692f656173792d736f6369616c6974652e7376673f636f6c6f72423d677265656e267374796c653d666c6174)](https://camo.githubusercontent.com/a5b832251c6f64e7af7b1ad4ed434a4d9f177a93cab85d163bb681ea8ca09d8e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6465766d692f656173792d736f6369616c6974652e7376673f636f6c6f72423d677265656e267374796c653d666c6174)

This package helps you to easily integrate your social media login and get started with

It's never been easier

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

[](#installation)

#### Notice

[](#notice)

This package is depending on the Socialite official laravel package.

The documentation for it can be found on the [Laravel-website](https://laravel.com/docs/5.7/socialite).

so make sure to install it first.

From the command line navigate to your Laravel Project and run:

```
composer require devmi/easy-socialite
```

Then run your migration

```
php artisan migrate
```

> Note that the password column changed to be nullable on your users table

Finally use `Devmi\EasySocailite\Traits\EasySocialiteTrait` in your User Model

Usage
-----

[](#usage)

Now all what you have to do is to make a request to `/login/{your-service}`

By default **Github**, **Google**, **Twitter**, **Facebook** are activated, to de-activate or add a new service you need to publish the configuration file and modify it as your need

After any new social account linked to your user a `Devmi\EasySocailite\SocialAccountLinked` event will be fired containing the following payload

- The user model created
- The linked service name
- The information sent back from the service (such as appId, avatar link ...)

So you can listen to the event and dispatch your listeners

#### Publishing the configuration file

[](#publishing-the-configuration-file)

From the command line navigate to your Laravel Project and run:

```
php artisan vendor:publish --tag=easysocialite
```

The file will be placed under your `config` directory

Testing
-------

[](#testing)

```
vendor/bin/phpunit
```

Issues and Contribution
-----------------------

[](#issues-and-contribution)

If you run into any bug or problem please make sure to open an issue or create a pull request, Thanks!

Credits
-------

[](#credits)

[Bedrani Sidali](https://github.com/bboysidou)

[Miloudi Mohamed](https://github.com/MiloudiMohamed)

Licence
-------

[](#licence)

The MIT License (MIT). Please see License File for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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

Every ~23 days

Total

3

Last Release

2613d ago

PHP version history (2 changes)0.1.0PHP ^7.3

0.1.1PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/e5b16ccd11c8b9be4d4c088193cc220d0f160dafae78f40ef7e781991808d055?d=identicon)[MiloudiMohamed](/maintainers/MiloudiMohamed)

---

Top Contributors

[![MiloudiMohamed](https://avatars.githubusercontent.com/u/10816975?v=4)](https://github.com/MiloudiMohamed "MiloudiMohamed (4 commits)")[![bboysidou](https://avatars.githubusercontent.com/u/10978947?v=4)](https://github.com/bboysidou "bboysidou (1 commits)")

---

Tags

authenticationeasy-socialitelaravelloginsocial-authenticationsocial-loginsocialitelaravelsocialiteeasy-socialite

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[socialiteproviders/manager

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

42442.0M544](/packages/socialiteproviders-manager)[andrewdwallo/filament-companies

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

34450.0k2](/packages/andrewdwallo-filament-companies)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)[schedula/laravel-passport-socialite

The missing laravel passport feature for social authentication

4922.6k](/packages/schedula-laravel-passport-socialite)[kovah/laravel-socialite-oidc

OpenID Connect OAuth2 Provider for Laravel Socialite

2073.7k](/packages/kovah-laravel-socialite-oidc)[coloredcow/laravel-gsuite

A Laravel package to setup Google OAuth and GSuite Admin SDK

183.4k](/packages/coloredcow-laravel-gsuite)

PHPackages © 2026

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