dev-master
9999999-devA simple credit card validator using the Luhn algorithm
MIT
The Development Requires
by Robbie Averill
1.0.0
1.0.0.0A simple credit card validator using the Luhn algorithm
MIT
The Development Requires
by Robbie Averill
Wallogit.com
2017 © Pedro Peláez
A simple credit card validator using the Luhn algorithm
A simple PHP module to validate credit card numbers using the Luhn algorithm (by default)., (*1)
Require in your project with composer:, (*3)
composer require batmage/credit-card-validator ^1.0
An example use:, (*4)
$validator = new \Batmage\CreditCardValidator\Validator;
$result = $validator->validate('4111 1111 1111 1111'); // bool(true)
MIT license. See LICENSE.md for more information., (*5)
A simple credit card validator using the Luhn algorithm
MIT
A simple credit card validator using the Luhn algorithm
MIT