Libraries tagged by Luhn algorithm
zhuravel/php-luhn-checksum
16 Downloads
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.
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.
paybreak/luhn
25142 Downloads
Luhn algorithm implementation
krak/luhn
58 Downloads
Luhn Algorithm Library
hipsterjazzbo/laravel-luhn-validator
11299 Downloads
A luhn algorithm validator for Laravel 4's Validator
designbycode/luhn-algorithm
264 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.
php-extended/php-luhn
3385 Downloads
A library to work with luhn's algorithm for validating numbers
php-extended/php-checksum-luhn
7978 Downloads
A library that implements the php-extended/php-checksum-interface for the luhn algorithm
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.
imaddev/php-credit-card-validator
26 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
g4/php-credit-card-validator
13 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date