Download the PHP package duxphp/bank-card without Composer

On this page you can find all versions of the php package duxphp/bank-card. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package bank-card

Bank Card Info

项目根据zhuzhichao进行修改补充用于项目

根据银行卡号获取银行信息(银行名称, 信用卡/借记卡, 银行LOGO 等), 供任何 PHP 框架或者原生代码使用.

特点

  1. 不配置和使用数据库,妈妈再也不用担心配置问题了
  2. 使用简单,功能专(dān)注(yī)
  3. 使用composer进行安装管理,国际标准,方便快捷,即安即用,随时更新数据库

Install

composer require "duxphp/bank-card"

Usage

1.安装该插件

2.加载插件

3.然后开始在你的项目里面使用了 BankCard::info('6225700000000000', bool) 获取银行卡信息.

4.获取银行列表信息 BankCard::getBankList() , 如下

5.获取银行名称 BankCard::getBankNameList() , 如下

6.单独获取银行LOGO BankCard::getBankImg('ABC') 或者手动复制src/logo目录下logo

7.小图标获取,手动复制src/small_logo目录下logo,小图标为人工ps处理,只用于规则内银行,如有兴趣可以添加后提交给我

鸣谢

支付宝提供的这么好用的接口 ^_^

Contributing

有什么新的想法和建议,欢迎提交issue或者Pull Requests

License

MIT


All versions of bank-card with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package duxphp/bank-card contains the following files

Loading the files please wait ....