[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Jayin/luhn-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luhn-PHP Latest Stable Version

Luhn algorithm Luhn算法PHP实现

安装

composer require "jayin/luhn-php"

使用

require_once("vendor/autoload.php");

echo \Jayin\Luhn::parser('7992739871x');
//=>  79927398713

About

Luhn算法PHP实现

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages