inteleon/licenseplate

parse swedish licenseplates

Installs: 3 235

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 12

Forks: 1

Open Issues: 0

pkg:composer/inteleon/licenseplate

1.0.2 2016-06-02 13:22 UTC

This package is not auto-updated.

Last update: 2025-10-06 20:14:39 UTC


README

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.