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

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

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

Leverage ikoncept via socialite

1.1.0(3y ago)0176MITPHPPHP ^7.3|^8.0

Since May 13Pushed 3y ago1 watchersCompare

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

READMEChangelog (6)Dependencies (15)Versions (7)Used By (0)

authenticate via ikoncept/oauth
===============================

[](#authenticate-via-ikonceptoauth)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d155fbb4e51671fb0436413d059ceb92fbb8bd04e2bb8ef96712fee29ff8024d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696b6f6e636570742f696b6f6e636570742d6f617574682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ikoncept/ikoncept-oauth)[![GitHub Tests Action Status](https://camo.githubusercontent.com/783fc781d8d4d64365ed91c6fde9e2201b2a25ca1f1ff755deb16ba4faca4232/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f696b6f6e636570742f696b6f6e636570742d6f617574682f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/ikoncept/ikoncept-oauth/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/19817150faef70e80a8516b02cdd3499140e2f68ea52076cb8c59e35c065e77d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f696b6f6e636570742f696b6f6e636570742d6f617574682f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/ikoncept/ikoncept-oauth/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8c94dadf946b2873190ae1749aa03b3e5a70880b0ff3f06431d207fbd5fa02cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696b6f6e636570742f696b6f6e636570742d6f617574682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ikoncept/ikoncept-oauth)

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

[](#installation)

You can install the package via composer:

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

You can publish the config file with:

```
php artisan vendor:publish --provider="Ikoncept\IkonceptOauth\IkonceptOauthServiceProvider" --tag=config
```

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

```
'ikoncept' => [
    'client_id' => env('IKONCEPT_CLIENT_ID'),
    'client_secret' => env('IKONCEPT_CLIENT_SECRET'),
    'redirect' => env('IKONCEPT_CLIENT_REDIRECT'),
]
```

This is the contents of the published config file:

```
return [
    'client_id' => env('IKONCEPT_CLIENT_ID'),         // Your Ikoncept Client ID
    'client_secret' => env('IKONCEPT_CLIENT_SECRET'), // Your Ikoncept Client Secret
    'redirect' => env('IKONCEPT_CLIENT_REDIRECT'),
    'user_model' => env('IKONCEPT_USER_MODEL', \App\Models\User::class)
];
```

Add the following to your `.env` file

```
IKONCEPT_CLIENT_ID
IKONCEPT_CLIENT_SECRET
IKONCEPT_CLIENT_REDIRECT

```

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

6

Last Release

1457d ago

PHP version history (2 changes)1.0.0PHP ^8.0

1.1.0PHP ^7.3|^8.0

### 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 (10 commits)")

---

Tags

laravelikonceptikoncept-oauth

###  Code Quality

TestsPest

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/ikoncept-ikoncept-oauth/health.svg)](https://phpackages.com/packages/ikoncept-ikoncept-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)[socialiteproviders/manager

Easily add new or override built-in providers in Laravel Socialite.

42442.0M544](/packages/socialiteproviders-manager)[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

8359.8M53](/packages/php-open-source-saver-jwt-auth)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

213914.9k9](/packages/dutchcodingcompany-filament-socialite)[andrewdwallo/filament-companies

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

34450.0k2](/packages/andrewdwallo-filament-companies)

PHPackages © 2026

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