mcred/detect-credit-card-type

通过PAN确定信用卡类型的实用工具

0.1.0 2017-10-24 16:52 UTC

This package is auto-updated.

Last update: 2024-09-06 18:06:15 UTC


README

Build Status Code Climate Test Coverage Latest Version on Packagist Total Downloads

通过PAN确定信用卡类型的实用工具

安装

composer require mcred/detect-credit-card-type

用法

require "PATH_TO/vendor/autoload.php";

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

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