Libraries tagged by Credit Card number
chrsc/luhn-algorithm
24 Downloads
Validate and create credit/bank/loyalty card numbers
stocker4all/luhn-mod-n
48935 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.
nekoos/credit-card-validator
6 Downloads
Validates popular debit and credit cards numbers.
larautils/credit-card
10 Downloads
Validate credit card number, expiration date, cvc
jacek-9999/credit-card-generator
104 Downloads
Generating valid credit card numbers
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
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
danielebarbaro/laravel-credit-card-validator
1 Downloads
laravel-credit-card-validator is a package to validate a credit card number.
cebugle/laravel-credit-card-rule
24 Downloads
Validate credit card number, expiration date, cvc
gxela/creditcard-number-generator
13469 Downloads
Credit Card Number Generator
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.
amiriskander/valid-credit-card
16 Downloads
Validate credit and debit cards given their card numbers and cvc number
thewebsolver/luhn-algorithm
0 Downloads
PHP library to validate digits such as Credit Card Number, IMEI number, etc. with Luhn Algorithm
neblar/descardid
6 Downloads
DesCardId (of Card Identification) is a php library used for identifying credit card numbers in text.