Libraries tagged by luhn
stocker4all/luhn-mod-n
49205 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
6336 Downloads
Symfony 2 validator to validate social security numbers
marshmallow/validation
4086 Downloads
Additional validation rules for the Laravel framework
selay/php-credit-card-validator
8339 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
11442 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
jacques/luhn
685 Downloads
Luhn algorithm implementation
chrsc/luhn-algorithm
24 Downloads
Validate and create credit/bank/loyalty card numbers
hipsterjazzbo/laravel-luhn-validator
11301 Downloads
A luhn algorithm validator for Laravel 4's Validator
designbycode/luhn-algorithm
272 Downloads
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.
xi/algorithm
3004 Downloads
General purpose algorithms
originphp/validation
10062 Downloads
OriginPHP Validation
irabbi360/php-credit-card-validator
63 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
designbycode/south-african-id-validator
15 Downloads
The South African ID Validator is a PHP class that validates and extracts information from South African ID numbers. It uses the Luhn Algorithm to validate the ID number and provides methods to determine the gender, citizenship, and birthdate of the individual.
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.