2 Star 0 Fork 252

boybin/payment

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

搜索帮助