PHPackages                             xrsites/laravel-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. [Framework](/categories/framework)
4. /
5. xrsites/laravel-social-login

ActiveProject[Framework](/categories/framework)

xrsites/laravel-social-login
============================

The Laravel Framework: XRSites Social Login.

v1.2.0(6y ago)017MITPHPPHP &gt;=7.0.0CI failing

Since May 3Pushed 6y ago2 watchersCompare

[ Source](https://github.com/XRSites/laravel-social-login)[ Packagist](https://packagist.org/packages/xrsites/laravel-social-login)[ RSS](/packages/xrsites-laravel-social-login/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (9)Versions (6)Used By (0)

[![Build Status](https://camo.githubusercontent.com/05c9e91652b7ddbfb27d86a5883e4eab55aab158e150641db5428e6f5f8b3798/68747470733a2f2f7472617669732d63692e6f72672f585253697465732f6c61726176656c2d736f6369616c2d6c6f67696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/XRSites/laravel-social-login)[![Code Coverage](https://camo.githubusercontent.com/1883131c9fbe140abdebe84b4636bd266c0f4be080f3fa4606f53587becb5765/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f585253697465732f6c61726176656c2d736f6369616c2d6c6f67696e2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/XRSites/laravel-social-login/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/8424c17f76d3ba0b00fe1dc36aadb1c7631fb988a77ffad07702e93199031212/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f585253697465732f6c61726176656c2d736f6369616c2d6c6f67696e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/XRSites/laravel-social-login/?branch=master)[![PHP from Packagist](https://camo.githubusercontent.com/134da5308da4f7f26f7259c3db72146bb94aafc0c8cf28f590bf9ade7de7e783/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f787273697465732f6c61726176656c2d736f6369616c2d6c6f67696e2e737667)](https://www.php.net/releases/5_6_4.php)[![Packagist Version](https://camo.githubusercontent.com/4682aebd916f87d8818867e7b96b6adf2d7579ed8870c8ae4726ad427fb5978a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f787273697465732f6c61726176656c2d736f6369616c2d6c6f67696e2e737667)](https://packagist.org/packages/xrsites/laravel-social-login)[![Packagist](https://camo.githubusercontent.com/eff9b96cfac4f8393587840ebaebd5e62ae0d47cb58cfb6bfe9bef4e894dc81c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f787273697465732f6c61726176656c2d736f6369616c2d6c6f67696e2e737667)](https://github.com/XRSites/laravel-social-login/blob/master/LICENSE)

Social Login by XRSites
=======================

[](#social-login-by-xrsites)

Yet Another [Laravel Framework](https://laravel.com) Social Login Project with [Socialite](https://github.com/laravel/socialite)

Pre-requisites
--------------

[](#pre-requisites)

- [PHP](http://php.net) &gt;= 5.6
    - OpenSSL PHP Extension
    - PDO PHP Extension
    - Mbstring PHP Extension
    - Tokenizer PHP Extension
    - XML PHP Extension
- [Composer](https://getcomposer.org/)

Setup
-----

[](#setup)

Just call the following in your prompt

```
$ composer create-project xrsites/laravel-social-login your-site

```

Then enter your newly created project, create your database file (SQLite) and build your database

```
$ cd your-site
$ touch database/database.sqlite
$ php artisan migrate

```

Finally, start your application and open your browser on the following URL

```
$ php artisan serve

http://localhost:8000

```

Integration with Dashboards
---------------------------

[](#integration-with-dashboards)

You can use this project as base to install Admin Panels.

### Voyager

[](#voyager)

It's pretty straight forward. Follow the steps in [Voyager's Github Site](https://github.com/the-control-group/voyager) after creating an user with password using your localhost's [register page](http://localhost:8000/register)

**IMPORTANT:** it's important that you follow all the steps until start your server using `php artisan serve`, and follow all the steps to create your new user. If for some reason you don't create a password, try to create your account using simple e-mail/password in [register page](http://localhost:8000/register).

See also
--------

[](#see-also)

- [Laravel documentation](https://laravel.com/docs)
- [SQLite](https://www.sqlite.org/)
- [PHP documentation](http://php.net/docs.php)
- [Voyager - The Missing Laravel Admin](https://laravelvoyager.com/)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.9% 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 ~7 days

Total

5

Last Release

2536d ago

PHP version history (2 changes)v1.0PHP &gt;=5.6.4

v1.2.0PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/77474459fa944a9d1a4a5578e8892867a127b702ede40083c2ed5a1ac8fa8e04?d=identicon)[guilherme-argentino](/maintainers/guilherme-argentino)

---

Top Contributors

[![guilherme-argentino](https://avatars.githubusercontent.com/u/140863?v=4)](https://github.com/guilherme-argentino "guilherme-argentino (91 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

laravellaravel-frameworkphpsocial-loginsocialiteframeworklaravelsocialiteSocial Loginlaravel-frameworkXRSites

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

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

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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