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 today

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

25

—

LowBetter than 35% of packages

Maintenance42

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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

465d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/68108397?v=4)[vanhoan90it6](/maintainers/vanhoan90it6)[@vanhoan90it6](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k39](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

123256.9k1](/packages/ellaisys-aws-cognito)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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