inteleon/licenseplate
Composer 安装命令:
composer require inteleon/licenseplate
包简介
parse swedish licenseplates
关键字:
README 文档
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.
统计信息
- 总下载量: 3.24k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-01