PHPackages                             hoandv/id-connect - 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. hoandv/id-connect

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

hoandv/id-connect
=================

ID API integration with Laravel by Son Leu

v1.0.2(1y ago)032MITPHP

Since Mar 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/heleyboo/id-connect)[ Packagist](https://packagist.org/packages/hoandv/id-connect)[ RSS](/packages/hoandv-id-connect/feed)WikiDiscussions main Synced 1mo ago

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

Laravel ID Connect Util
=======================

[](#laravel-id-connect-util)

ID Integration with Laravel

Table of Contents
-----------------

[](#table-of-contents)

1. [Installation](#installation)
2. [Configuration](#configuration)
3. [Custom Models](#custom-models)

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

[](#installation)

Execute the following command to get the latest version of the package:

```
composer require sonleu/id-connect

```

Configuration
-------------

[](#configuration)

Add these inside of .env

```
ID_URL=
ID_API_KEY=
```

Publish configs

```
php artisan vendor:publish --tag=id_connect_config

```

Custom models
-------------

[](#custom-models)

By default, packages' models will be returned in api responses.

In case you want to customize the models, change the namespaces inside config.id\_connect.models. For example:

```
// config/id_connect.php

return [
    /*
    |--------------------------------------------------------------------------
    | Custom models
    |--------------------------------------------------------------------------
    | Your models to which data should be returned.
    |
    | Your own models should extends the base models.
    |
    */
    'models' => [
        'user' => \App\User::class,
        'position' => \SonLeu\IDConnect\Models\Position::class,
        'department' => \SonLeu\IDConnect\Models\Department::class,
    ]
];
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance46

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

415d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

sonleuid-connectid-connect-util

### Embed Badge

![Health badge](/badges/hoandv-id-connect/health.svg)

```
[![Health](https://phpackages.com/badges/hoandv-id-connect/health.svg)](https://phpackages.com/packages/hoandv-id-connect)
```

###  Alternatives

[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[rahul900day/laravel-captcha

Different types of Captcha implementation for Laravel Application.

10715.9k](/packages/rahul900day-laravel-captcha)[simplesamlphp/simplesamlphp-module-oidc

A SimpleSAMLphp module adding support for the OpenID Connect protocol

5016.9k1](/packages/simplesamlphp-simplesamlphp-module-oidc)[kinde-oss/kinde-auth-php

Kinde PHP SDK for authentication

2369.5k3](/packages/kinde-oss-kinde-auth-php)[descope/descope-php

Descope SDK for PHP

3814.0k](/packages/descope-descope-php)[njoguamos/laravel-turnstile

A laravel wrapper for https://developers.cloudflare.com/turnstile/

2315.9k2](/packages/njoguamos-laravel-turnstile)

PHPackages © 2026

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