PHPackages                             irfa/app-license-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. [Security](/categories/security)
4. /
5. irfa/app-license-client

ActivePackage[Security](/categories/security)

irfa/app-license-client
=======================

"License/Serial for web apllication"

v1.0(5y ago)271MITPHPPHP ^7.2

Since Nov 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/irfaardy/app-license-client)[ Packagist](https://packagist.org/packages/irfa/app-license-client) Fund[ Fund](https://ko-fi.com/irfaardy)[ RSS](/packages/irfa-app-license-client/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

🚀 Application License uses a Serial Number for client side
==========================================================

[](#-application-license-uses-a-serial-number-for-client-side)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/161337f86e71d8fec9c1d64965e6475980921e198a7a2a80228b30ac5292226f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69726661617264792f6170702d6c6963656e73652d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/irfaardy/app-license-client/?branch=master) [![Build Status](https://camo.githubusercontent.com/50ae8a407b9b7ef5ac725d8b8a47ccd42b84d124efa238cc8f7af2d4ce51c89c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69726661617264792f6170702d6c6963656e73652d636c69656e742f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/irfaardy/app-license-client/build-status/master) [![Latest Stable Version](https://camo.githubusercontent.com/93da31334c46aca429072cc3649b73fcaf05677393981da4b38b6fa2601f0f36/68747470733a2f2f706f7365722e707567782e6f72672f697266612f6170702d6c6963656e73652d636c69656e742f76)](//packagist.org/packages/irfa/app-license-client) [![GitHub license](https://camo.githubusercontent.com/f97c327cef9e63aef616e8b89d3239bfed9f7def414748d7142d502c98f19c10/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f69726661617264792f656e63727970742d66696c652d6c61726176656c3f7374796c653d666c61742d737175617265)](https://github.com/irfaardy/encrypt-file-laravel/blob/master/LICENSE) [![Support me](https://camo.githubusercontent.com/77f29148bd78dc2f56f42dc05f429e32fa7f45a323cf02468938c4032fe73292/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f537570706f72742d4275792532306d6525323061253230636f666665652d79656c6c6f772e7376673f7374796c653d666c61742d737175617265)](https://www.buymeacoffee.com/OBaAofN) [![ko-fi](https://camo.githubusercontent.com/1fedf764fa06114b797ee53e7506df10880abed6766f854202d758df1707969d/68747470733a2f2f7777772e6b6f2d66692e636f6d2f696d672f676974687562627574746f6e5f736d2e737667)](https://ko-fi.com/S6S52P7SN)

This plugin will run if you install a plugin for an endpoint server please visit here

This plugin is used to install the application serial number on the client server

### 🛠️ Installation with Composer

[](#️-installation-with-composer-)

```
composer require irfa/app-license-client

```

> You can get Composer [ here](https://getcomposer.org/download/)

---

🛠️ Laravel Setup
-----------------

[](#️-laravel-setup-)

### Add to config/app.php

[](#add-to-configappphp)

```
'providers' => [
    ....
    Irfa\AppLicenseClient\AppLicenseClientServiceProvider::class,
     ];

```

### Add to config/app.php

[](#add-to-configappphp-1)

```
'aliases' => [
         ....
        'ALC' => Irfa\AppLicenseClient\Facades\AppLicenseClient::class,

    ],

```

Publish Vendor
--------------

[](#publish-vendor)

```
php artisan vendor:publish --tag=app-license-client

```

Config File
-----------

[](#config-file)

```
config/irfa/app-license-client.php

```

Plugin Settings
---------------

[](#plugin-settings)

Tambahkan baris ini di file .env
Add this line to file .env

```
APP_SERIAL_NUMBER=XXXX-XXXX-XXXX-XXXX
APP_LICENSE_ENDPOINT=https://example.com/check/license
```

Setting Middleware
------------------

[](#setting-middleware)

Buka file App\\Http\\Kernel.php
Open file App\\Http\\Kernel.php
Tambahkan item ini di $routeMiddleware
Add this item in $routeMiddleware

```
'licenseCheck' => \Irfa\AppLicenseClient\Middleware\AppLicenseChecker::class,
```

Implementasi di route
---------------------

[](#implementasi-di-route)

```
Route::middleware('licenseCheck')->get('/example','TestController@index');
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

2000d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/371ddbe81fee5daf2246e1e6cea85792b76f7042ec9232c36e84870de4b2a37b?d=identicon)[irfaardy](/maintainers/irfaardy)

---

Top Contributors

[![irfaardy](https://avatars.githubusercontent.com/u/49023326?v=4)](https://github.com/irfaardy "irfaardy (10 commits)")

---

Tags

laravellicensesecurityserialserial number

### Embed Badge

![Health badge](/badges/irfa-app-license-client/health.svg)

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

###  Alternatives

[akaunting/laravel-firewall

Web Application Firewall (WAF) package for Laravel

999465.8k2](/packages/akaunting-laravel-firewall)[enlightn/laravel-security-checker

A Laravel package to scan your dependencies for known security vulnerabilities.

51173.4k](/packages/enlightn-laravel-security-checker)[glaivepro/hidevara

Laravel millipackage that hides variables from getting dumped in the Whoops page when your app crashes.

27303.9k](/packages/glaivepro-hidevara)[irfa/php-sn-generator

"Serial number generator for web aplication"

194.9k1](/packages/irfa-php-sn-generator)

PHPackages © 2026

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