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

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

mrstebo/socialite-provider-ekm
==============================

EKM OAuth2 Provider for Laravel Socialite

0.3.0(4y ago)0849MITPHPPHP ^7.2|^8.0

Since Oct 8Pushed 4y ago1 watchersCompare

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

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

socialite-provider-ekm
======================

[](#socialite-provider-ekm)

This provider is for Socialite 5

***This is for testing the EKM provider before it is merged into the Socialite Providers repository***

[![Packagist](https://camo.githubusercontent.com/d52e206e3fa6d4d530b8fb6a9d8b50b3c1955644a930b6c0fcbf12257da0b405/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d72737465626f2f736f6369616c6974652d70726f76696465722d656b6d2e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/mrstebo/socialite-provider-ekm)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

EKM
===

[](#ekm)

```
composer require mrstebo/socialite-provider-ekm
```

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)

```
'ekm' => [
  'client_id' => env('EKM_CLIENT_ID'),
  'client_secret' => env('EKM_CLIENT_SECRET'),
  'redirect' => env('EKM_REDIRECT_URI'),
  'scopes' => [
      'openid',
      'profile',
      // Additional scopes
  ]
],
```

*The `openid` and `profile` scopes must be set in order to get an EKM users profile*

### 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\\EKM\\EKMExtendSocialite@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('ekm')
            ->with(['prompt' => 'login'])
            ->scopes(config('services.ekm.scopes'))
            ->redirect();
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Recently: every ~119 days

Total

7

Last Release

1563d ago

PHP version history (2 changes)v0.1.0PHP ^7.2

0.2.0PHP ^7.2|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3327152?v=4)[Steven Atkinson](/maintainers/mrstebo)[@mrstebo](https://github.com/mrstebo)

---

Top Contributors

[![mrstebo](https://avatars.githubusercontent.com/u/3327152?v=4)](https://github.com/mrstebo "mrstebo (12 commits)")

### Embed Badge

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

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

###  Alternatives

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M350](/packages/tymon-jwt-auth)[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

8359.8M53](/packages/php-open-source-saver-jwt-auth)[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[patrickbussmann/oauth2-apple

Sign in with Apple OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1132.5M6](/packages/patrickbussmann-oauth2-apple)[socialiteproviders/apple

Apple OAuth2 Provider for Laravel Socialite

618.4M8](/packages/socialiteproviders-apple)[vonage/jwt

A standalone package for creating JWTs for Vonage APIs

424.1M4](/packages/vonage-jwt)

PHPackages © 2026

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