pgroot91 / licenseplate-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:PHP 100.0%