1 Star 0 Fork 5

云勇/获取银行信息

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 880 Bytes
一键复制 编辑 原始数据 按行查看 历史
劳谦君子 提交于 2023-09-20 15:52 +08:00 . 加入支付宝
{
"name": "laoqianjunzi/bankcard",
"description": "bankcard for thinkphp",
"homepage": "https://github.com/laoqianjunzi/bankcard",
"license": "MIT",
"minimum-stability": "stable",
"version": "1.2",
"keywords": ["bank", "card info", "chinese"],
"authors": [
{
"name": "laoqianjunzi",
"email": "laoqianjunzi@qq.com",
"homepage": "https://laoqianjunzi.com"
}
],
"support": {
"issues": "https://github.com/laoqianjunzi/bankcard/issues",
"source": "https://gigitee.com/laoqianjunzi/bankcard"
},
"require": {
"php": ">=5.5"
},
"autoload": {
"psr-4": {
"bankcard\\": "src/"
}
},
"extra": {
"think": {
"config": {
"bankcard": "src/config/bankcard.php"
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/yunyongzhang/bankcard.git
git@gitee.com:yunyongzhang/bankcard.git
yunyongzhang
bankcard
获取银行信息
master

搜索帮助