PHPackages                             erre2web/socialiteprovideresl - 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. erre2web/socialiteprovideresl

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

erre2web/socialiteprovideresl
=============================

ESL OAuth2 Provider for Laravel Socialite

01PHP

Since Jan 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/x3rud/SocialProviderESL)[ Packagist](https://packagist.org/packages/erre2web/socialiteprovideresl)[ RSS](/packages/erre2web-socialiteprovideresl/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

ESL
===

[](#esl)

```
composer require erre2web/socialiteprovideresl
```

Installation &amp; Basic Usage
------------------------------

[](#installation--basic-usage)

Please see the [Base Installation Guide](https://socialiteproviders.com/usage/), then follow the provider specific instructions below.

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

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

```
'esl' => [
  'client_id' => env('ESL_CLIENT_ID'),
  'client_secret' => env('ESL_CLIENT_SECRET'),
  'redirect' => env('ESL_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\\Esl\\EslExtendSocialite@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('esl')->redirect();
```

### Returned User fields

[](#returned-user-fields)

- `id`
- `nickname` (same as `name`)
- `name`
- `email`
- `avatar`

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60% 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/1471a25661647b04a8f92c7b7d30ee311a0f57120a216313aeb4b9c6dc8f436d?d=identicon)[mribera-erre2web](/maintainers/mribera-erre2web)

---

Top Contributors

[![x3rud](https://avatars.githubusercontent.com/u/37705153?v=4)](https://github.com/x3rud "x3rud (6 commits)")[![pulvislab](https://avatars.githubusercontent.com/u/140594213?v=4)](https://github.com/pulvislab "pulvislab (4 commits)")

### Embed Badge

![Health badge](/badges/erre2web-socialiteprovideresl/health.svg)

```
[![Health](https://phpackages.com/badges/erre2web-socialiteprovideresl/health.svg)](https://phpackages.com/packages/erre2web-socialiteprovideresl)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[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)
