Libraries tagged by luhn-algorithm
irabbi360/php-credit-card-validator
67 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
27 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
zhuravel/php-luhn-checksum
16 Downloads
shaheryarmahmod/luhnalgorithm
7 Downloads
Luhn Algorithm Implementation to validate Debit & Credit Cards and IMEI numbers.
themismin/laravel-luhn-validator
780 Downloads
ID card valudator luhn algorithm validator.
srph/luhn
17 Downloads
An implementation of Luhn algorithm (aka mod-10 algorithm) in PHP.
paybreak/luhn
25142 Downloads
Luhn algorithm implementation
lloople/php-credit-cards
2 Downloads
A PHP package to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm. It validates popular brands like Visa, Mastercard, American Express, etc.
krak/luhn
58 Downloads
Luhn Algorithm Library
imaddev/php-credit-card-validator
28 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
hipsterjazzbo/laravel-luhn-validator
11302 Downloads
A luhn algorithm validator for Laravel 4's Validator
giahojnost/credit-card-validator
7 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
g4/php-credit-card-validator
15 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
batmage/credit-card-validator
42 Downloads
A simple credit card validator using the Luhn algorithm