PHPackages                             brunsolutions/socialite-provider - 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. brunsolutions/socialite-provider

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

brunsolutions/socialite-provider
================================

BrunSolutions OAuth2 Provider for Laravel Socialite

01PHP

Since May 31Pushed 3y agoCompare

[ Source](https://github.com/rodrigotbrun/brunsolutions-socialite-provider)[ Packagist](https://packagist.org/packages/brunsolutions/socialite-provider)[ RSS](/packages/brunsolutions-socialite-provider/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Brun Solutions
==============

[](#brun-solutions)

```
composer require brunsolutions/socialite-provider
```

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

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

```
'brunsolutions' => [
  'issuer' => env('BRUNSOLUTIONS_OPENID_ISSUER'),
  'client_id' => env('BRUNSOLUTIONS_CLIENT_ID'),
  'client_secret' => env('BRUNSOLUTIONS_CLIENT_SECRET'),
  'redirect' => env('BRUNSOLUTIONS_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 = [
    \SocialiteProviders\Manager\SocialiteWasCalled::class => [
        // ... other providers
        'SocialiteProviders\\BrunSolutions\\BrunSolutionsExtendSocialite@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('brunsolutions')->redirect();
```

### Returned User fields

[](#returned-user-fields)

- `id`
- `name`

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity22

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://avatars.githubusercontent.com/u/4671104?v=4)[Rodrigo Brun](/maintainers/rodrigotbrun)[@rodrigotbrun](https://github.com/rodrigotbrun)

---

Top Contributors

[![rodrigotbrun](https://avatars.githubusercontent.com/u/4671104?v=4)](https://github.com/rodrigotbrun "rodrigotbrun (3 commits)")

### Embed Badge

![Health badge](/badges/brunsolutions-socialite-provider/health.svg)

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

###  Alternatives

[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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