| 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: | 2025-10-27 03:13:35 |
| Package Statistics | |
|---|---|
| Total Downloads: | 781 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| 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'
]
];