themismin/laravel-luhn-validator

781
Install
composer require themismin/laravel-luhn-validator
Latest Version:1.0.1
PHP:>=5.6.4
License:MIT
Last Updated:Aug 31, 2018
Links: GitHub  ·  Packagist
Maintainer: themismin

laravel-luhn-validator

ID card valudator, luhn algorithm validator.

Laravel 身份验证, luhn 算法验证

安装

composer require themismin/laravel-luhn-validator

使用

$rules = [
    'card_number' => [
        'required',
        'luhn'
    ]
];

Related Packages

marvinlabs/laravel-luhn

Luhn algorithm for Laravel

456,356 108
intervention/validation

Additional validation rules for the Laravel framework

7,494,322 676
vlados/laravel-blade-crawler-detect

Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...

5,439 0
andhikamaheva/date

A date library to help you work with dates in different languages

13 1