PHPackages                             sander0542/sander-auth-socialite - 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. sander0542/sander-auth-socialite

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

sander0542/sander-auth-socialite
================================

Sander Auth OAuth2 Provider for Laravel Socialite

1.0.1(6y ago)06PHPPHP ^7.2

Since Feb 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Sander0542/Sander-Auth-Socialite)[ Packagist](https://packagist.org/packages/sander0542/sander-auth-socialite)[ RSS](/packages/sander0542-sander-auth-socialite/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Sander Auth Socialite
=====================

[](#sander-auth-socialite)

Sander Auth provider for Laravel Socialite

---

### Usage

[](#usage)

```
Socialite::with('sander-auth')->redirect();
```

Development
-----------

[](#development)

### Requirements

[](#requirements)

- **PHP 7.2** or higher
- **Laravel 6.0** or higher

### Installation

[](#installation)

1. Add this repository to composer.json

```
"repositories": [
  {
    "type": "vcs",
    "url":  "git@github.com:sander0542/sander-auth-socialite.git"
  }
]
```

2. Add the repository to composer: `composer require sander0542/sander-auth-socialite`
3. Add the `SocialiteWasCalled` to `app/Providers/EventServiceProvider.php`

```
protected $listen = [
  // a whole bunch of listeners
  \SocialiteProviders\Manager\SocialiteWasCalled::class => [
    // add your listeners (aka providers) here
    'SocialiteProviders\\SanderAuth\\SanderAuthExtendSocialite@handle',
  ],
];
```

4. Add the Sander Auth settings to `config/services.php`

```
'sander-auth' => [
  'client_id' => env('SANDER_AUTH_CLIENT_ID'),
  'client_secret' => env('SANDER_AUTH_CLIENT_SECRET'),
  'redirect' => env('SANDER_AUTH_REDIRECT_URI'),
],
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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 ~0 days

Total

2

Last Release

2284d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/998a1f9555b67772eed5a7547767830a8bd0f97c4df9d6d7b945c01c74678d93?d=identicon)[Sander0542](/maintainers/Sander0542)

---

Top Contributors

[![Sander0542](https://avatars.githubusercontent.com/u/11409610?v=4)](https://github.com/Sander0542 "Sander0542 (9 commits)")

### Embed Badge

![Health badge](/badges/sander0542-sander-auth-socialite/health.svg)

```
[![Health](https://phpackages.com/badges/sander0542-sander-auth-socialite/health.svg)](https://phpackages.com/packages/sander0542-sander-auth-socialite)
```

###  Alternatives

[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

326.1M13](/packages/socialiteproviders-microsoft)[socialiteproviders/apple

Apple OAuth2 Provider for Laravel Socialite

618.4M8](/packages/socialiteproviders-apple)[socialiteproviders/instagram

Instagram OAuth2 Provider for Laravel Socialite

421.9M5](/packages/socialiteproviders-instagram)[socialiteproviders/microsoft-azure

Microsoft Azure OAuth2 Provider for Laravel Socialite

556.0M19](/packages/socialiteproviders-microsoft-azure)[socialiteproviders/laravelpassport

LaravelPassport OAuth2 Provider for Laravel Socialite

621.3M7](/packages/socialiteproviders-laravelpassport)[socialiteproviders/discord

Discord OAuth2 Provider for Laravel Socialite

422.0M17](/packages/socialiteproviders-discord)

PHPackages © 2026

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