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(8y ago)034MITPHP

Since Jan 15Pushed 8y 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 4w 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 51% 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

2970d ago

Major Versions

0.1 → 1.02018-01-15

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2303288?v=4)[Steve Edward](/maintainers/submtd)[@submtd](https://github.com/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

[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[socialiteproviders/manager

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

42649.8M605](/packages/socialiteproviders-manager)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

2201.2M13](/packages/dutchcodingcompany-filament-socialite)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

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

Provides Socialite functionality for Filament.

108108.6k2](/packages/chrisreedio-socialment)

PHPackages © 2026

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