PHPackages                             voval921/socialiteproviders-epicgames - 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. voval921/socialiteproviders-epicgames

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

voval921/socialiteproviders-epicgames
=====================================

Epic Games OAuth2 Provider for Laravel Socialite

1.0.2(3y ago)14803MITPHPPHP ^5.6 || ^7.0

Since Dec 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/voval921/socialiteproviders-epicgames)[ Packagist](https://packagist.org/packages/voval921/socialiteproviders-epicgames)[ RSS](/packages/voval921-socialiteproviders-epicgames/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Epic Games
==========

[](#epic-games)

```
composer require voval921/socialiteproviders-epicgames
```

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

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

```
'epicgames' => [
  'client_id' => null,
  'client_secret' => env('EPICGAMES_CLIENT_SECRET'),
  'redirect' => env('EPICGAMES_REDIRECT_URI'),
  'allowed_hosts' => [
    'example.com',
  ]
],
```

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`.

```
protected $listen = [
    \SocialiteProviders\Manager\SocialiteWasCalled::class => [
        // ... other providers
        \Voval\Socialite\EpicGames\EpicGamesExtendSocialite::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('epicgames')->redirect();
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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

Total

3

Last Release

1212d ago

### Community

Maintainers

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

---

Top Contributors

[![aykutturkmen](https://avatars.githubusercontent.com/u/51268537?v=4)](https://github.com/aykutturkmen "aykutturkmen (5 commits)")

### Embed Badge

![Health badge](/badges/voval921-socialiteproviders-epicgames/health.svg)

```
[![Health](https://phpackages.com/badges/voval921-socialiteproviders-epicgames/health.svg)](https://phpackages.com/packages/voval921-socialiteproviders-epicgames)
```

###  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)
