jayin / luhn-php
parser CCID implement in PHP
Installs: 57
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/jayin/luhn-php
This package is not auto-updated.
Last update: 2025-10-12 07:33:57 UTC
README
Luhn algorithm Luhn算法PHP实现
安装
composer require "jayin/luhn-php"
使用
require_once("vendor/autoload.php"); echo \Jayin\Luhn::parser('7992739871x'); //=> 79927398713