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

ActiveLibrary

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

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

1.0.0(10y ago)116MITPHP

Since Jan 1Pushed 9y 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 1mo 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 43% 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

3781d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3505b1543af3501aa97b403ae3c1e4e7f2d6437221b927323de229ab3b3dc822?d=identicon)[KyleMassacre](/maintainers/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

[bagisto/bagisto

Bagisto Laravel E-Commerce

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

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

42442.0M544](/packages/socialiteproviders-manager)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

213914.9k9](/packages/dutchcodingcompany-filament-socialite)[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)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)

PHPackages © 2026

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