PHPackages                             thebachtiarz/laravel-serial-number-v1 - 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. thebachtiarz/laravel-serial-number-v1

ActiveLibrary

thebachtiarz/laravel-serial-number-v1
=====================================

A Serial Number Middleware for Laravel Project v1

2.0.7(3y ago)14MITPHPPHP ^8.0

Since Jan 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/thebachtiarz/laravel-serial-number-v1)[ Packagist](https://packagist.org/packages/thebachtiarz/laravel-serial-number-v1)[ Docs](https://github.com/thebachtiarz/laravel-serial-number-v1)[ RSS](/packages/thebachtiarz-laravel-serial-number-v1/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (18)Used By (0)

laravel-serial-number-v1
========================

[](#laravel-serial-number-v1)

### A Serial Number Middleware for Laravel Project v1

[](#a-serial-number-middleware-for-laravel-project-v1)

---

### Requires

[](#requires)

- [laravel/framework](https://github.com/laravel/framework/) v9.x
- [thebachtiarz/laravel-toolkit-v1](https://github.com/thebachtiarz/laravel-toolkit-v1/) v2.x

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

[](#installation)

- composer config (only if you have access)

```
composer config repositories.thebachtiarz/laravel-serial-number-v1 git git@github.com:thebachtiarz/laravel-serial-number-v1.git
```

- install repository

```
composer require thebachtiarz/laravel-serial-number-v1
```

- vendor publish

```
php artisan vendor:publish --provider="TheBachtiarz\SerialNumber\SerialNumberServiceProvider"
```

- register the Middleware into -&gt; **app/Http/Kernel.php**

```
protected $routeMiddleware = [
    ...
    'apiKeyService' => \TheBachtiarz\SerialNumber\Middleware\ApiKeyAccessMiddleware::class,

];
```

- register the REST API into -&gt; **app/Providers/RouteServiceProvider.php**

```
Route::prefix(tbtoolkitconfig('app_prefix'))
    ->middleware(['api'])
    ->namespace($this->namespace)
    ->group(tbsnrouteapi());
```

---

Feature
-------

[](#feature)

> sek males nulis cak :v

---

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~10 days

Recently: every ~21 days

Total

17

Last Release

1424d ago

Major Versions

1.0.8 → 2.0.02022-02-28

PHP version history (2 changes)1.0.0PHP ^7.4|^8.0

2.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/157bc70c9a4b1673a73b8e93d03a066987b10fa005c8e63a30f3214e011a2557?d=identicon)[thebachtiarz](/maintainers/thebachtiarz)

---

Top Contributors

[![thebachtiarz](https://avatars.githubusercontent.com/u/17689101?v=4)](https://github.com/thebachtiarz "thebachtiarz (20 commits)")

---

Tags

laravelserial numberthebachtiarz

### Embed Badge

![Health badge](/badges/thebachtiarz-laravel-serial-number-v1/health.svg)

```
[![Health](https://phpackages.com/badges/thebachtiarz-laravel-serial-number-v1/health.svg)](https://phpackages.com/packages/thebachtiarz-laravel-serial-number-v1)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)

PHPackages © 2026

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