PHPackages                             aindot/extra-rules - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. aindot/extra-rules

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

aindot/extra-rules
==================

A package that include extra rules for Laravel, Kuwait Civil ID validation, ISBN10, ISBN13 and more in development.

v1.4(3mo ago)02MITPHPPHP ^8.4CI passing

Since Jul 15Pushed 1mo agoCompare

[ Source](https://github.com/aindot/extra_rules)[ Packagist](https://packagist.org/packages/aindot/extra-rules)[ Docs](https://github.com/aindot/extra-rules)[ RSS](/packages/aindot-extra-rules/feed)WikiDiscussions trunk Synced today

READMEChangelog (1)Dependencies (16)Versions (6)Used By (0)

What it dose
============

[](#what-it-dose)

A package that include extra validation rules for Laravel, this package approach focuses on actual usage, for example the ISBN test must validate against different real-world examples.

The following are the validation rules that are in development or have been developed.

- Kuwaiti Civil ID.
- ISBN10.
- ISBN13.
- ISNI.
- ISWC.
- ISTC.
- ISAN.
- ISMN.
- ISRC.
- URN.
- NBN.
- DOI.
- ISSN.
- ISMN.
- EAN8.
- EAN13.
- GTIN13.
- IMEI.
- IMEISV.
- IMSI - A unique identifier for a mobile network subscriber.
- ICCID - A unique serial number identifying a sim card.

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

[](#installation)

You can install the package via composer:

```
composer require aindot/extra-rules
```

Usage
-----

[](#usage)

```
    $data = [
        'KuwaitiId' => $id,
    ];

    $validator = Validator::make($data, [
        'KuwaitiId' => [new KuwaitCivilId],
    ]);
```

Credits
-------

[](#credits)

- [Abdullah](https://github.com/aindot)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance85

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Total

5

Last Release

102d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9aaf365a4ff5306dd0e81011b871b274b29575753043ef8b599655555bd06906?d=identicon)[aindot](/maintainers/aindot)

---

Top Contributors

[![aindot](https://avatars.githubusercontent.com/u/159195178?v=4)](https://github.com/aindot "aindot (19 commits)")

---

Tags

laravelaindotextra-rules

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/aindot-extra-rules/health.svg)

```
[![Health](https://phpackages.com/badges/aindot-extra-rules/health.svg)](https://phpackages.com/packages/aindot-extra-rules)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.6k3](/packages/defstudio-telegraph)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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