ID card valudator luhn algorithm validator.
themismin/laravel-luhn-validator is a Laravel package for id card valudator luhn algorithm validator..
It currently has 0 GitHub stars and 781 downloads on Packagist (latest version 1.0.1).
Install it with composer require themismin/laravel-luhn-validator.
Discover more Laravel packages by themismin
or browse all Laravel packages to compare alternatives.
Last updated
ID card valudator, luhn algorithm validator.
Laravel 身份验证, luhn 算法验证
composer require themismin/laravel-luhn-validator
$rules = [
'card_number' => [
'required',
'luhn'
]
];