PHPackages                             leetuanchinh/client - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. leetuanchinh/client

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

leetuanchinh/client
===================

v0.0.4(6y ago)01[4 PRs](https://github.com/lee149205/client/pulls)BSD-3-ClausePHP

Since Apr 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/lee149205/client)[ Packagist](https://packagist.org/packages/leetuanchinh/client)[ RSS](/packages/leetuanchinh-client/feed)WikiDiscussions master Synced 3w ago

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

Instruction
===========

[](#instruction)

Overview
--------

[](#overview)

- ZiraClient package for laravel.
- Check client token &amp; generate token

Requirements
------------

[](#requirements)

- PHP &gt;= 7.1.3

Install
-------

[](#install)

- Package is available on Packagist, you can install it using Composer. `composer require leetuanchinh/client`
- Edit config/app

    `'api_gateway_client_id' => env('API_GATEWAY_CLIENT_ID', null), 'api_gateway_client_secret' => env('API_GATEWAY_CLIENT_SECRET', null), 'api_org_client_id' => env('API_GATEWAY_CLIENT_ID', null), 'api_org_client_secret' => env('API_GATEWAY_CLIENT_SECRET', null), 'api_platform_client_id' => env('API_GATEWAY_CLIENT_ID', null), 'api_platform_client_secret' => env('API_GATEWAY_CLIENT_SECRET', null), 'api_tasklist_client_id' => env('API_GATEWAY_CLIENT_ID', null), 'api_tasklist_client_secret' => env('API_GATEWAY_CLIENT_SECRET', null), 'api_crm_client_id' => env('API_GATEWAY_CLIENT_ID', null), 'api_crm_client_secret' => env('API_GATEWAY_CLIENT_SECRET', null),`
- Edit app/Http/Kernel.php

    `'client' => \ZiraClient\Middleware\CheckClientCredentials::class`
- If you want to create token to request to other app

    `$tokenService = new \ZiraClient\Services\Token(); $authToken = $tokenService->generateToken($id, $secret, $userId);`

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

4

Last Release

2270d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5319389?v=4)[Lê Tuấn Chinh](/maintainers/leetuanchinh)[@leetuanchinh](https://github.com/leetuanchinh)

---

Top Contributors

[![lee149205](https://avatars.githubusercontent.com/u/11714006?v=4)](https://github.com/lee149205 "lee149205 (11 commits)")

### Embed Badge

![Health badge](/badges/leetuanchinh-client/health.svg)

```
[![Health](https://phpackages.com/badges/leetuanchinh-client/health.svg)](https://phpackages.com/packages/leetuanchinh-client)
```

###  Alternatives

[jeremy379/laravel-openid-connect

OpenID Connect support to the PHP League's OAuth2 Server. Compatible with Laravel Passport.

59437.0k8](/packages/jeremy379-laravel-openid-connect)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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