cevin/cardbin

There is no license information available for the latest version (1.0.0) of this package.

BankCard validation library for php

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/cevin/cardbin

1.0.0 2017-12-04 09:02 UTC

This package is auto-updated.

Last update: 2025-09-24 23:20:48 UTC


README

use Cevin\Cardbin\Cardbin;

$cardNo = '6228480402564890018';

// validate china debit card
$info = Cardbin::valid($cardNo);
// $info['bank'] Bank name
// $info['card'] Card name


// @todo: validate global credit card