inteleon / licenseplate
解析瑞典车牌
1.0.2
2016-06-02 13:22 UTC
Requires
- php: ~5.5|~7.0
Requires (Dev)
- phpunit/phpunit: 4.*
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2024-09-23 15:20:39 UTC
README
验证和解析车辆车牌。
安装
通过 Composer
$ composer require inteleon/licenseplate
用法
use Inteleon\LicensePlates\SwedishLicensePlate; $license = new SwedishLicensePlate('abc 123'); echo $license->isValid(); echo $license->isPersonalPlate(); echo $license->isNormalPlate();
变更日志
请参阅变更日志以了解最近更改的内容。
测试
$ composer test
贡献
安全性
如果您发现任何安全相关的问题,请通过 :author_email 发送电子邮件,而不是使用问题跟踪器。
鸣谢
- [Daniel Nilsson][daniel@smspark.se]
- [Johan Ivarsson][johan@smspark.se]
- [所有贡献者][https://github.com/inteleon/licenseplate/graphs/contributors]
许可证
MIT 许可证(MIT)。请参阅许可证文件以获取更多信息。