inteleon / licenseplate
parse swedish licenseplates
Installs: 3 232
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 13
Forks: 1
Open Issues: 0
Requires
- php: ~5.5|~7.0
Requires (Dev)
- phpunit/phpunit: 4.*
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2025-01-13 16:51:23 UTC
README
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
- [Daniel Nilsson][daniel@smspark.se]
- [Johan Ivarsson][johan@smspark.se]
- [All Contributors][https://github.com/inteleon/licenseplate/graphs/contributors]
License
The MIT License (MIT). Please see License File for more information.