Libraries tagged by luhn-algorithm
thewebsolver/luhn-algorithm
3 Downloads
PHP library to validate digits such as Credit Card Number, IMEI number, etc. with Luhn Algorithm
designbycode/luhn-algorithm
330 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.
zhuravel/php-luhn-checksum
17 Downloads
shaheryarmahmod/luhnalgorithm
8 Downloads
Luhn Algorithm Implementation to validate Debit & Credit Cards and IMEI numbers.
marjovanlier/southafricanidvalidator
233 Downloads
Validate South African 13-digit ID numbers (YYMMDDSSSSCAZ) with date, citizenship, and Luhn checksum verification
gatepay/credit-card
109 Downloads
A credit card validator and generator for PHP
themismin/laravel-luhn-validator
781 Downloads
ID card valudator luhn algorithm validator.
srph/luhn
18 Downloads
An implementation of Luhn algorithm (aka mod-10 algorithm) in PHP.
phprsa/id-validator
4 Downloads
Professional South African RSA ID Number Validation Library with Luhn algorithm, date validation, and component extraction
paybreak/luhn
25142 Downloads
Luhn algorithm implementation
lloople/php-credit-cards
6 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
59 Downloads
Luhn Algorithm Library
imaddev/php-credit-card-validator
29 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