PHPackages                             ikromjon1998/laravel-german-license-plate-validator - 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. ikromjon1998/laravel-german-license-plate-validator

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

ikromjon1998/laravel-german-license-plate-validator
===================================================

A Laravel package that provides a custom validation rule to verify the format of German license plate numbers, ensuring compliance with standard German license plate conventions.

v1.0.9(1y ago)06MITPHPPHP &gt;=8.1

Since Jan 6Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/Ikromjon1998/laravel-german-license-plate-validation)[ Packagist](https://packagist.org/packages/ikromjon1998/laravel-german-license-plate-validator)[ RSS](/packages/ikromjon1998-laravel-german-license-plate-validator/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (11)Used By (0)

German License Plate Validator for Laravel
==========================================

[](#german-license-plate-validator-for-laravel)

A Laravel package to validate German license plate numbers.

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

[](#installation)

Install via Composer:

```
composer require ikromjon1998/german-license-validator
```

Usage
-----

[](#usage)

Use the custom validation rule in your Laravel validators:

```
$request->validate([
    'license_plate' => 'required|german_license_plate',
]);
```

Configuration
-------------

[](#configuration)

You can publish the configuration file to customize the regex or error messages:

```
php artisan vendor:publish --tag=config
```

The configuration file will be published to `config/license-plate.php`.

Testing
-------

[](#testing)

Run tests with PHPUnit:

```
vendor/bin/phpunit
```

Support
-------

[](#support)

For questions or issues, contact:

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance61

Regular maintenance activity

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

9

Last Release

542d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e842ce53c5da80b37318566ca16f298f971b9494b1c7afea5f9ae0b65d208e01?d=identicon)[Ikromjon1998](/maintainers/Ikromjon1998)

---

Top Contributors

[![Ikromjon1998](https://avatars.githubusercontent.com/u/57859849?v=4)](https://github.com/Ikromjon1998 "Ikromjon1998 (12 commits)")

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ikromjon1998-laravel-german-license-plate-validator/health.svg)

```
[![Health](https://phpackages.com/badges/ikromjon1998-laravel-german-license-plate-validator/health.svg)](https://phpackages.com/packages/ikromjon1998-laravel-german-license-plate-validator)
```

###  Alternatives

[illuminate/validation

The Illuminate Validation package.

18838.2M1.7k](/packages/illuminate-validation)

PHPackages © 2026

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