Libraries tagged by luhn
intervention/validation
4445870 Downloads
Additional validation rules for the Laravel framework
marvinlabs/laravel-luhn
256932 Downloads
Luhn algorithm for Laravel
jlorente/php-credit-cards
213434 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.
inacho/php-credit-card-validator
1300076 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
nekman/luhn-algorithm
593822 Downloads
Implementation of the Luhn algorithm in PHP. Used in validation of credit card numbers and some national identification numbers.
freelancehunt/php-credit-card-validator
382268 Downloads
Validates popular debit and credit cards' numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date.
selective/luhn
20485 Downloads
Luhn library, modulo 10
komakino/identity
157796 Downloads
Validation and property parsing of identity numbers
dragon-code/card-number
8553 Downloads
Generation and verification of card numbers using Luhn's algorithm.
byrokrat/checkdigit
179916 Downloads
Helper classes to calculate and validate ckecksums
jlorente/laravel-credit-cards
26229 Downloads
Laravel >=5.6 integration for the PHP Credit Cards package that allows to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm.
komakino/luhn
156840 Downloads
rickard2/luhnar
9747 Downloads
Validate social security numbers
convenia/credit-card-validator-php
31363 Downloads
Fork Off inacho/php-credit-card-validator Because it looks like is not being manteined anymore --- Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
tdely/luhn
2215 Downloads
PHP implementation of the Luhn algorithm.