PHPackages                             skyracer2012/iservsocialiteprovider - 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. skyracer2012/iservsocialiteprovider

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

skyracer2012/iservsocialiteprovider
===================================

IServ OAuth2 Provider for Laravel Socialite

1.0.0(3y ago)086↓100%MITPHPPHP ^7.4 || ^8.0

Since Nov 22Pushed 2y ago1 watchersCompare

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

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

Iserv
=====

[](#iserv)

```
composer require skyracer2012/IServSocialiteProvider
```

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)

```
'iserv' => [
  'base_uri' => env('ISERV_OID_URL'),
  'client_id' => env('ISERV_OID_CLIENT_ID'),
  'client_secret' => env('ISERV_OID_CLIENT_SECRET'),
  'redirect' => env('ISERV_OID_REDIRECT_URL'),
  'scopes' => [
    'openid',
    'profile',
    'email',
    'uuid'
  ],
]
```

### 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\IServ\IServExtendSocialite::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('iserv')->redirect();
```

### Returned User fields

[](#returned-user-fields)

- `id`
- `email`
- `username`
- `name`

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

1268d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b7e13e28977afb4877670934fbce5c2486fb50a8b14a9330ac7c20b26e68a11?d=identicon)[skyracer2012](/maintainers/skyracer2012)

---

Top Contributors

[![skyracer2012](https://avatars.githubusercontent.com/u/31547155?v=4)](https://github.com/skyracer2012 "skyracer2012 (6 commits)")

---

Tags

laravelprovideroauthsocialiteiserv

### Embed Badge

![Health badge](/badges/skyracer2012-iservsocialiteprovider/health.svg)

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

###  Alternatives

[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

326.1M13](/packages/socialiteproviders-microsoft)[socialiteproviders/instagram

Instagram OAuth2 Provider for Laravel Socialite

421.9M5](/packages/socialiteproviders-instagram)[kovah/laravel-socialite-oidc

OpenID Connect OAuth2 Provider for Laravel Socialite

2073.7k](/packages/kovah-laravel-socialite-oidc)[socialiteproviders/kakao

Kakao OAuth2 Provider for Laravel Socialite

10484.7k4](/packages/socialiteproviders-kakao)

PHPackages © 2026

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