library credit-card-validator
A simple credit card validator using the Luhn algorithm
batmage/credit-card-validator
A simple credit card validator using the Luhn algorithm
- Tuesday, July 26, 2016
- by robbieaverill
- Repository
- 1 Watchers
- 1 Stars
- 10 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
batmage/credit-card-validator
A simple PHP module to validate credit card numbers using the Luhn algorithm (by default)., (*1)
, (*2)
Installation
Require in your project with composer:, (*3)
composer require batmage/credit-card-validator ^1.0
Usage
An example use:, (*4)
$validator = new \Batmage\CreditCardValidator\Validator;
$result = $validator->validate('4111 1111 1111 1111'); // bool(true)
License
MIT license. See LICENSE.md
for more information., (*5)
dev-master
9999999-dev
A simple credit card validator using the Luhn algorithm
Sources
Download
MIT
The Development Requires
by
Robbie Averill
1.0.0
1.0.0.0
A simple credit card validator using the Luhn algorithm
Sources
Download
MIT
The Development Requires
by
Robbie Averill