PHPackages                             kylemass/sociallogin - 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. kylemass/sociallogin

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

kylemass/sociallogin
====================

Simple plugin to allow for login and registration from various social platforms

1.0.0(10y ago)116MITPHP

Since Jan 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/KyleMassacre/laravel-social-login)[ Packagist](https://packagist.org/packages/kylemass/sociallogin)[ RSS](/packages/kylemass-sociallogin/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (1)Used By (0)

Laravel Social Login
====================

[](#laravel-social-login)

This is a basic plugin to handle your social login and registration requests.

To install, download through composer

`$ composer require kylemass/sociallogin`

Or by adding:

```
{
	"require": {
		"kylemass/sociallogin": "~1.0"
	}
}
```

Once you have added the package, add the Service Provider to your list of service providers:

```
'providers' => [
    ...
    KyleMass\SocialLogin\SocialLoginServiceProvider::class,
],
```

Next you have to publish the package:

`$ php artisan vendor:publish --provider="KyleMass\SocialLogin\SocialLoginServiceProvider" `

The package comes with a migration file, so last but not least run:

`$ php artisan migrate`

That is it, your routes will automatically be generated which look like:

```
Route::get('auth/social/{provider}', 'KyleMass\SocialLogin\SocialLoginController@redirectToProvider');
Route::get('auth/{provider}/callback', 'KyleMass\SocialLogin\SocialLoginController@handleProviderCallback');
```

All you will have to do is create the links the social providers you wish to use for example:

```
Login with Github
```

And for your callback URL will be

This package requires laravel/socailite so you can find the documentation on how to set that up at the [Laravel website](http://laravel.com/docs/authentication#social-authentication).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

3832d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4021612?v=4)[Kyle Ellis](/maintainers/KyleMassacre)[@KyleMassacre](https://github.com/KyleMassacre)

---

Top Contributors

[![KyleMassacre](https://avatars.githubusercontent.com/u/4021612?v=4)](https://github.com/KyleMassacre "KyleMassacre (8 commits)")

### Embed Badge

![Health badge](/badges/kylemass-sociallogin/health.svg)

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

###  Alternatives

[socialiteproviders/manager

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

42745.6M575](/packages/socialiteproviders-manager)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

2191.1M10](/packages/dutchcodingcompany-filament-socialite)[genealabs/laravel-sign-in-with-apple

Add Apple's new single-signon feature to your site with ease.

481643.6k](/packages/genealabs-laravel-sign-in-with-apple)[genealabs/laravel-socialiter

Automatically manage user persistence and resolution for any Laravel Socialite provider.

134421.5k](/packages/genealabs-laravel-socialiter)[andrewdwallo/filament-companies

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

35254.9k2](/packages/andrewdwallo-filament-companies)[mikebronner/laravel-sign-in-with-apple

Add Apple's new single-signon feature to your site with ease.

4817.6k](/packages/mikebronner-laravel-sign-in-with-apple)

PHPackages © 2026

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