Skip to content

inteleon/licenseplate

Repository files navigation

inteleon/licenseplate

Latest Stable Version Build Status Total Downloads License

Validate and parse vehicle license plates.

Install

Via Composer

$ composer require inteleon/licenseplate

Usage

use Inteleon\LicensePlates\SwedishLicensePlate;

$license = new SwedishLicensePlate('abc 123');
echo $license->isValid();
echo $license->isPersonalPlate();
echo $license->isNormalPlate();

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages