Libraries tagged by luhn
stocker4all/luhn-mod-n
49086 Downloads
luhn-mod-n is a very simple solution to generate and verify luhn mod n checksums. Possible bases (value for n) are between 2 and 36. Luhn mod 10 is well known from the credit card number checksum. But also in different bases it can be useful to have this checksum functionality.
rickard2/luhnar-validator
6206 Downloads
Symfony 2 validator to validate social security numbers
marshmallow/validation
3991 Downloads
Additional validation rules for the Laravel framework
selay/php-credit-card-validator
7874 Downloads
Validates popular debit and credit cards' numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date.
annaghd/php-credit-card-validator-plus
11313 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
chrsc/luhn-algorithm
24 Downloads
Validate and create credit/bank/loyalty card numbers
xi/algorithm
3004 Downloads
General purpose algorithms
irabbi360/php-credit-card-validator
57 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
thewebsolver/luhn-algorithm
0 Downloads
PHP library to validate digits such as Credit Card Number, IMEI number, etc. with Luhn Algorithm
themismin/laravel-luhn-validator
780 Downloads
ID card valudator luhn algorithm validator.
tankfairies/luhn
4 Downloads
Luhn Template Generator
stoufa/luhn-agorithm
13 Downloads
Luhn Agorithm Package
srph/luhn
17 Downloads
An implementation of Luhn algorithm (aka mod-10 algorithm) in PHP.
shaheryarmahmod/luhnalgorithm
7 Downloads
Luhn Algorithm Implementation to validate Debit & Credit Cards and IMEI numbers.
samlittler/luhn-mod-16
286 Downloads
A PHP library for calculating Luhn Mod 16 checksums as used by Royal Mail and others