PHPackages                             submtd/social-login - 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. submtd/social-login

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

submtd/social-login
===================

Login and register Laravel users with social media accounts

1.0.4(7y ago)034MITPHP

Since Jan 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/submtd/social-login)[ Packagist](https://packagist.org/packages/submtd/social-login)[ RSS](/packages/submtd-social-login/feed)WikiDiscussions master Synced 3d ago

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

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

[](#social-login-for-laravel)

This package enables login and registration for users via social media in your Laravel app using the [Laravel Socialite package](https://laravel.com/docs/5.5/socialite).

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

[](#installation)

Begin by pulling in the package through Composer.

```
composer require submtd/social-login
```

Next, if you are using Laravel 5.4, you will need to include the service provider in your `config/app.php` file. If you are using Laravel 5.5, these will be discovered automatically.

```
'providers' => [
    Submtd\SocialLogin\Providers\SocialLoginServiceProvider::class,
];
```

Next, you will need to run the migrations in order to create the `social_login_ids` table.

```
php artisan migrate
```

Next, in order to see the status messages generated by this package, you will need to add the following code to your applications main blade template file.

```
@if(session('status'))

        {{ session('status') }}

@endif
```

Finally, some links will need to be created for each provider you would like to use.

```
Log in with Bitbucket
Log in with Facebook
Log in with Github
Log in with Google
Log in with Twitter
```

Configuration
-------------

[](#configuration)

If you would like to edit the configuration, you must run the following artisan command to copy the config file to your app directory.

```
php artisan vendor:publish --provider="Submtd\SocialLogin\Providers\SocialLoginServiceProvider"
```

After running this command, the status messages can be found in `config/social-login.php`.

If you would like to only publish the config or the migrations, use the `--tag` option on the artisan command.

```
php artisan vendor:publish --provider="Submtd\SocialLogin\Providers\SocialLoginServiceProvider" --tag=config
php artisan vendor:publish --provider="Submtd\SocialLogin\Providers\SocialLoginServiceProvider" --tag=migrations
```

Configuring Authentication Providers
------------------------------------

[](#configuring-authentication-providers)

Authentication provider configuration is stored in `config/services.php`. More information on configuring the providers can be found on the [Laravel Socialite Documentation](https://laravel.com/docs/5.5/socialite#configuration) page.

Donation
--------

[](#donation)

If this project helped you save some development time, feel free to buy me a beer ;)

[![paypal](https://camo.githubusercontent.com/e1ff554a09e8e92bef25abc553ff05b88f45afd695877cf12f3a46558ef65b2e/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e61746543435f4c472e676966)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=G72FZ5PYP6EZU)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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

Every ~32 days

Recently: every ~41 days

Total

6

Last Release

2878d ago

Major Versions

0.1 → 1.02018-01-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f2ec485b862557409bdcfdc47aae18b204e6ee01395abb8113cb30c40c30e59?d=identicon)[submtd](/maintainers/submtd)

---

Top Contributors

[![submtd](https://avatars.githubusercontent.com/u/2303288?v=4)](https://github.com/submtd "submtd (31 commits)")

### Embed Badge

![Health badge](/badges/submtd-social-login/health.svg)

```
[![Health](https://phpackages.com/badges/submtd-social-login/health.svg)](https://phpackages.com/packages/submtd-social-login)
```

###  Alternatives

[socialiteproviders/manager

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

42442.0M544](/packages/socialiteproviders-manager)[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)[devdojo/auth

The auth package to make authentication in your laravel applications easy to use.

61979.4k2](/packages/devdojo-auth)[genealabs/laravel-socialiter

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

133403.3k](/packages/genealabs-laravel-socialiter)[chrisreedio/socialment

Provides Socialite functionality for Filament.

10884.8k1](/packages/chrisreedio-socialment)

PHPackages © 2026

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