Download the PHP package hsliukangle/card-tool without Composer
On this page you can find all versions of the php package hsliukangle/card-tool. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package card-tool
card-tool
提供一个简单识别卡号的工具类
- 只限中国卡号识别
- 目前还不够完善,但是可以应付一些识别银行卡的场景(我测了几百张银行卡,目前没有发现什么问题)
- bank-icon 目录已经准备了银行标志图片,可下载到自己项目中使用(也可以提PR一起完善它^_^)
- 准备了 识别错误日志.txt 和 遗漏日志,如果在使用中遇到什么问题,可以提PR
- 如果留下您的卡号,为了确保隐私只需要留下前8位即可
- 本工具类借鉴了国外大神的代码 https://github.com/chekalsky/php-banks-db,由于我的银行卡在它的项目中不能识别,重新进行了开发(其实跟它项目没什么关系了,mapping文件自己搜集的),并且功能精简了一些。
- 欢迎大家来一起完善,欢迎大家提PR,3Q
返回示例:
- is_exists 是否查到了银行卡信息
- bank_id 银行id
- bank_name 银行名称
- card_name 卡名称
- type 银行卡类型:1.信用卡 2.储蓄卡 3.预付卡 4.其他
- color 卡的颜色
- bank_image 卡的图片
Install
Demo
All versions of card-tool with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package hsliukangle/card-tool contains the following files
Loading the files please wait ....