2017 © Pedro Peláez
 

library credit-card-validator

A simple credit card validator using the Luhn algorithm

image

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

The README.md

batmage/credit-card-validator

A simple PHP module to validate credit card numbers using the Luhn algorithm (by default)., (*1)

Build Status Latest Stable Version License, (*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)

The Versions

26/07 2016

dev-master

9999999-dev

A simple credit card validator using the Luhn algorithm

  Sources   Download

MIT

The Development Requires

by Robbie Averill

26/07 2016

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