mergimuka/ahv-validator
Composer 安装命令:
composer require mergimuka/ahv-validator
包简介
AHV or ssn validator
README 文档
README
Installation
Via Composer
$ composer require mergimuka/ahv-validator
Usage
use mergimuka\AHVValidator\Facades\AHVValidator; $result = AHVValidator::check('756.9217.0769.85');
Result
{
"valid": true,
"length": 13,
"description": "AHV number is correct."
}
Methods
Currently just one method is available
| methods | param |
|---|---|
| check() | string |
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email mergimuka1@gmail.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-07-19