PHPackages                             katzen48/socialite-sso - 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. katzen48/socialite-sso

ActiveLibrary

katzen48/socialite-sso
======================

SSO OAuth2 Provider for Laravel Socialite

041PHP

Since Oct 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Katzen48/LaravelSocialite-SSO)[ Packagist](https://packagist.org/packages/katzen48/socialite-sso)[ RSS](/packages/katzen48-socialite-sso/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

katzen48\\SSO
=============

[](#katzen48sso)

```
composer require katzen48/socialite-sso
```

### Add configuration to `config/services.php`

[](#add-configuration-to-configservicesphp)

```
'sso' => [
  'client_id' => env('SSO_CLIENT_ID'),
  'client_secret' => env('SSO_CLIENT_SECRET'),
  'redirect' => env('SSO_REDIRECT_URI')
],
```

### Add provider event listener

[](#add-provider-event-listener)

Configure the package's listener to listen for `SocialiteWasCalled` events.

Add the event to your `listen[]` array in `app/Providers/EventServiceProvider`. See the [Base Installation Guide](https://socialiteproviders.com/usage/) for detailed instructions.

```
protected $listen = [
    \Katzen48\Socialite\SSO\SocialiteWasCalled::class => [
        // ... other providers
        \Katzen48\Socialite\SSO\SSOExtendSocialite::class.'@handle',
    ],
];
```

### Usage

[](#usage)

You should now be able to use the provider like you would regularly use Socialite (assuming you have the facade installed):

```
return Socialite::driver('sso')->redirect();
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f0638a3fd3a6d2dac6bbef3fb2946a4fa3bd6e3a022680610b530ba3cca6518c?d=identicon)[Katzen48](/maintainers/Katzen48)

---

Top Contributors

[![Katzen48](https://avatars.githubusercontent.com/u/19516002?v=4)](https://github.com/Katzen48 "Katzen48 (2 commits)")

### Embed Badge

![Health badge](/badges/katzen48-socialite-sso/health.svg)

```
[![Health](https://phpackages.com/badges/katzen48-socialite-sso/health.svg)](https://phpackages.com/packages/katzen48-socialite-sso)
```

PHPackages © 2026

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