1 Star 0 Fork 252

csyr/payment

forked from 大愚/payment 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 839 Bytes
一键复制 编辑 原始数据 按行查看 历史
大愚 提交于 2017-04-30 10:12 . 调试招商支付代码
{
"name": "riverslei/payment",
"type": "library",
"description": "支付宝支付、微信支付、招商一网通支付php SDK。方便快速接入,最完整的开源支付 php sdk",
"keywords": ["alipay", "weixin", "支付宝支付", "微信支付", "集成支付接口SDK", "招商一网通", "一网通"],
"homepage": "https://helei112g.github.io/categories/payment-3/",
"license": "MIT",
"authors": [
{
"name": "helei",
"email": "dayugog@gmail.com",
"homepage": "https://helei112g.github.io/categories/payment-3/"
}
],
"require": {
"php": ">=5.6",
"ext-bcmath": "*",
"ext-mbstring": "*"
},
"require-dev": {
"endroid/qrcode": "~1.9"
},
"autoload": {
"psr-4": {"Payment\\": "src/"}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/csyr/payment.git
git@gitee.com:csyr/payment.git
csyr
payment
payment
master

搜索帮助