PHPackages                             ikoncept/infab-oauth - 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. ikoncept/infab-oauth

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

ikoncept/infab-oauth
====================

Leverage infab via socialite

1.0.1(3y ago)09MITPHPPHP ^8.0

Since Dec 3Pushed 3y ago2 watchersCompare

[ Source](https://github.com/ikoncept/infab-oauth)[ Packagist](https://packagist.org/packages/ikoncept/infab-oauth)[ Docs](https://github.com/ikoncept/infab-oauth)[ GitHub Sponsors](https://github.com/ikoncept)[ RSS](/packages/ikoncept-infab-oauth/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (14)Versions (3)Used By (0)

authenticate via infab/oauth
============================

[](#authenticate-via-infaboauth)

[![Latest Version on Packagist](https://camo.githubusercontent.com/58a6da0b91b4f5ed66c4ed0ffdd22946ec1d89e33d531d91a148b4c6ff8e6744/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696b6f6e636570742f696e6661622d6f617574682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ikoncept/infab-oauth)[![GitHub Tests Action Status](https://camo.githubusercontent.com/2eef78ca3002b02f275c6d3bb56c93e719a70be5c3f699704e3177e3997c3725/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f696b6f6e636570742f696e6661622d6f617574682f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/ikoncept/infab-oauth/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f0957c2441e7b463632b9ca8cdbb3e87ff677e262bc5c0f63ecf69a00950f0ec/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f696b6f6e636570742f696e6661622d6f617574682f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/ikoncept/infab-oauth/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f6dd8565364834f4d9c4c5206a7f3eb714b4df67599e52baa09fde3b6403a730/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696b6f6e636570742f696e6661622d6f617574682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ikoncept/infab-oauth)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require ikoncept/infab-oauth
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Ikoncept\InfabOauth\InfabOauthServiceProvider" --tag=config
```

Add the following to your `config/services.php`-file

```
'infab' => [
    'client_id' => env('INFAB_CLIENT_ID'),
    'client_secret' => env('INFAB_CLIENT_SECRET'),
    'redirect' => env('INFAB_CLIENT_REDIRECT'),
]
```

This is the contents of the published config file:

```
return [
    'client_id' => env('INFAB_CLIENT_ID'),         // Your Infab Client ID
    'client_secret' => env('INFAB_CLIENT_SECRET'), // Your Infab Client Secret
    'redirect' => env('INFAB_CLIENT_REDIRECT'),
    'user_model' => env('INFAB_USER_MODEL', \App\Models\User::class)
];
```

Add the following to your `.env` file

```
INFAB_CLIENT_ID
INFAB_CLIENT_SECRET
INFAB_CLIENT_REDIRECT

```

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Total

2

Last Release

1333d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53842b68734249d1bd4581663ce93e12dd241047cbdc11c49065f294c0228d36?d=identicon)[Albin N](/maintainers/Albin%20N)

---

Top Contributors

[![nivv](https://avatars.githubusercontent.com/u/4033930?v=4)](https://github.com/nivv "nivv (18 commits)")

---

Tags

laravelikonceptinfab-oauth

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/ikoncept-infab-oauth/health.svg)

```
[![Health](https://phpackages.com/badges/ikoncept-infab-oauth/health.svg)](https://phpackages.com/packages/ikoncept-infab-oauth)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k89.8M1.0k](/packages/spatie-laravel-permission)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

213914.9k9](/packages/dutchcodingcompany-filament-socialite)[jeffgreco13/filament-breezy

A custom package for Filament with login flow, profile and teams support.

1.0k1.7M41](/packages/jeffgreco13-filament-breezy)[spatie/laravel-login-link

Quickly login to your local environment

4381.2M1](/packages/spatie-laravel-login-link)[ryangjchandler/laravel-cloudflare-turnstile

A simple package to help integrate Cloudflare Turnstile.

438896.6k2](/packages/ryangjchandler-laravel-cloudflare-turnstile)

PHPackages © 2026

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