2017 © Pedro Peláez
 

library detect-credit-card-type

Utility to determine credit card type by PAN

image

mcred/detect-credit-card-type

Utility to determine credit card type by PAN

  • Friday, April 20, 2018
  • by mcred
  • Repository
  • 2 Watchers
  • 2 Stars
  • 3,233 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 5 Versions
  • 50 % Grown

The README.md

Detect Credit Card Types

Build Status Code Climate Test Coverage Latest Version on Packagist ![Total Downloads][ico-downloads], (*1)

Utility to determine credit card type by PAN, (*2)

Installation

composer require mcred/detect-credit-card-type

Usage

require "PATH_TO/vendor/autoload.php";

$detector = new CardDetect\Detector();
$card = '4111111111111111';

echo $detector->detect($card); //Visa

The Versions

20/04 2018

dev-master

9999999-dev

Utility to determine credit card type by PAN

  Sources   Download

MIT

The Development Requires

by Derek Smart

24/10 2017

0.1.0

0.1.0.0

Utility to determine credit card type by PAN

  Sources   Download

MIT

The Development Requires

by Derek Smart

24/10 2017

dev-develop

dev-develop

Utility to determine credit card type by PAN

  Sources   Download

MIT

The Development Requires

by Derek Smart

01/07 2017

0.0.2

0.0.2.0

Utility to determine credit card type by PAN

  Sources   Download

MIT

The Development Requires

by Derek Smart

01/07 2017

0.0.1

0.0.1.0

Utility to determine credit card type by PAN

  Sources   Download

MIT

The Development Requires

by Derek Smart