Libraries tagged by luhn
rickard2/luhnar-validator
5920 Downloads
Symfony 2 validator to validate social security numbers
marshmallow/validation
3550 Downloads
Additional validation rules for the Laravel framework
selay/php-credit-card-validator
6857 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
10054 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
samlittler/luhn-mod-16
281 Downloads
A PHP library for calculating Luhn Mod 16 checksums as used by Royal Mail and others
chrsc/luhn-algorithm
24 Downloads
Validate and create credit/bank/loyalty card numbers
zhuravel/php-luhn-checksum
16 Downloads
stocker4all/luhn-mod-n
48932 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.
designbycode/luhn-algorithm
258 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
10044 Downloads
OriginPHP Validation
irabbi360/php-credit-card-validator
32 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
giahojnost/credit-card-validator
6 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
10 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