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 2mo 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 1mo ago

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

35

—

LowBetter than 80% of packages

Maintenance67

Regular maintenance activity

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

490d 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

[spatie/laravel-honeypot

Preventing spam submitted through forms

1.6k6.0M60](/packages/spatie-laravel-honeypot)[proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

1.1k2.3M49](/packages/proengsoft-laravel-jsvalidation)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[axlon/laravel-postal-code-validation

Worldwide postal code validation for Laravel and Lumen

3853.3M1](/packages/axlon-laravel-postal-code-validation)[sunspikes/clamav-validator

Custom Laravel 5 anti-virus validator for file uploads.

3651.8M3](/packages/sunspikes-clamav-validator)[laravel-validation-rules/credit-card

Validate credit card number, expiration date, cvc

2412.2M5](/packages/laravel-validation-rules-credit-card)

PHPackages © 2026

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