Package Data | |
---|---|
Maintainer Username: | themismin |
Maintainer Contact: | themismin@gmail.com (themismin) |
Package Create Date: | 2018-08-31 |
Package Last Update: | 2018-08-31 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:16:41 |
Package Statistics | |
---|---|
Total Downloads: | 780 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
ID card valudator, luhn algorithm validator.
Laravel 身份验证, luhn 算法验证
composer require themismin/laravel-luhn-validator
$rules = [
'card_number' => [
'required',
'luhn'
]
];