PHPackages                             dezinger/socialiteproviders-alfaid - 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. dezinger/socialiteproviders-alfaid

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

dezinger/socialiteproviders-alfaid
==================================

AlfaID OAuth2 Provider for Laravel Socialite

v1.0.1(11mo ago)03MITPHPPHP ^8.0

Since May 28Pushed 11mo agoCompare

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

READMEChangelogDependencies (2)Versions (3)Used By (0)

AlfaID
======

[](#alfaid)

```
composer require dezinger/socialiteproviders-alfaid
```

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)

```
'alfaid' => [
  'domain' => env('ALFAID_DOMAIN'),
  'domain_api' => env('ALFAID_DOMAIN_API'),
  'client_id' => env('ALFAID_CLIENT_ID'),
  'client_secret' => env('ALFAID_CLIENT_SECRET'),
  'redirect' => env('ALFAID_REDIRECT_URI'),
  'guzzle' => [
    \GuzzleHttp\RequestOptions::CERT => env('ALFAID_PATH_CER'),
    \GuzzleHttp\RequestOptions::SSL_KEY => [
        env('ALFAID_PATH_KEY'),
        env('ALFAID_KEY_PASS')
    ],
  ],
],
```

### 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\AlfaID\AlfaIDExtendSocialite::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('alfaid')->redirect();
```

### Returned User fields

[](#returned-user-fields)

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

### Expand User fields

[](#expand-user-fields)

...

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance51

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community6

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

Total

2

Last Release

348d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/641eb9bd32cf30aed6d545a62d2e784b02a123616f9b4d7350221c7559ed306b?d=identicon)[Dezinger](/maintainers/Dezinger)

---

Top Contributors

[![Dezinger](https://avatars.githubusercontent.com/u/432272?v=4)](https://github.com/Dezinger "Dezinger (2 commits)")

---

Tags

laravelprovideroauthsocialitealfaid

### Embed Badge

![Health badge](/badges/dezinger-socialiteproviders-alfaid/health.svg)

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

###  Alternatives

[socialiteproviders/apple

Apple OAuth2 Provider for Laravel Socialite

618.4M8](/packages/socialiteproviders-apple)[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)
