designbycode/luhn-algorithm
The Luhn Algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, and others. This documentation provides an overview of the Luhn Algorithm implementation in PHP, including examples and use cases.
时间:2024-06-19 14:24
marjovanlier/southafricanidvalidator
Validate South African 13-digit ID numbers (YYMMDDSSSSCAZ) with date, citizenship, and Luhn checksum verification
时间:2024-01-05 12:55
g4/php-credit-card-validator
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
时间:2023-11-13 11:42
giahojnost/credit-card-validator
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
时间:2023-04-07 02:29
fxmonster/validation
Additional Validator Functions for the Laravel Framework
时间:2022-11-15 09:41
marshmallow/validation
Additional validation rules for the Laravel framework
时间:2022-02-25 16:31
selay/php-credit-card-validator
Validates popular debit and credit cards' numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date.
时间:2021-06-01 01:04
tdely/luhn
PHP implementation of the Luhn algorithm.
时间:2018-10-11 19:15
srph/luhn
An implementation of Luhn algorithm (aka mod-10 algorithm) in PHP.
时间:2015-03-20 07:32
byrokrat/checkdigit
Helper classes to calculate and validate ckecksums
时间:未知