PHPackages                             pburggraf/licenseplate - 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. pburggraf/licenseplate

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

pburggraf/licenseplate
======================

Validate license plates

342[1 PRs](https://github.com/pburggraf/LicensePlate/pulls)PHP

Since Jun 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/pburggraf/LicensePlate)[ Packagist](https://packagist.org/packages/pburggraf/licenseplate)[ RSS](/packages/pburggraf-licenseplate/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

LicensePlate [![Build Status](https://camo.githubusercontent.com/eae32c755037903611bb62b1feafd82a6c9da9eacf60b3e60f03a7c848aa128c/68747470733a2f2f7472617669732d63692e6f72672f7062757267677261662f4c6963656e7365506c6174652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/pburggraf/LicensePlate) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/19bd5222c6973915d3ed75bb4f6aa19b869aedf3c36260f497fd623894585045/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7062757267677261662f4c6963656e7365506c6174652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/pburggraf/LicensePlate/?branch=master)
================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#licenseplate--)

Easily validate license plates and get some information (planned feature).

How to use
----------

[](#how-to-use)

```
use PBurggraf\LicensePlate\LicensePlateFactory;
use PBurggraf\LicensePlate\Detector\GermanyDetector;
use PBurggraf\LicensePlate\Detector\NetherlandsDetector;

// Procedural style
$procedural = LicensePlateFactory::fromString($plate, [
    GermanyDetector::class,
    NetherlandsDetector::class,
]);

// Object orientated
$licensePlate = new LicensePlateFactory($plate);
$licensePlate->addDetectorType(GermanyDetector::class);
$licensePlate->addDetectorType(NetherlandsDetector::class);
$objectOrientated = $licensePlate->getResults();

```

Test
----

[](#test)

This project uses phpunit to test the validation of license plates.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13552450?v=4)[Philip Burggraf](/maintainers/pburggraf)[@pburggraf](https://github.com/pburggraf)

---

Top Contributors

[![pburggraf](https://avatars.githubusercontent.com/u/13552450?v=4)](https://github.com/pburggraf "pburggraf (85 commits)")

---

Tags

carlicenceplateplatevehicle

### Embed Badge

![Health badge](/badges/pburggraf-licenseplate/health.svg)

```
[![Health](https://phpackages.com/badges/pburggraf-licenseplate/health.svg)](https://phpackages.com/packages/pburggraf-licenseplate)
```

###  Alternatives

[chaoswey/taiwan-id-validator

台灣身分證、統一編號驗證

319.9k](/packages/chaoswey-taiwan-id-validator)

PHPackages © 2026

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