1 Star 0 Fork 249

在路上FX / payment

forked from 大愚 / payment 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 942 Bytes
一键复制 编辑 原始数据 按行查看 历史
dayu 提交于 2019-11-25 19:13 . feat: update alipay api
{
"name": "riverslei/payment",
"type": "library",
"description": "支付宝支付、微信支付、招商一网通支付php SDK。方便快速接入,最完整的开源支付 php sdk",
"keywords": ["alipay", "weixin", "支付宝支付", "微信支付", "集成支付接口SDK", "招商一网通", "一网通"],
"homepage": "http://helei112g.github.io/payment",
"license": "MIT",
"authors": [
{
"name": "Leo",
"email": "dayugog@gmail.com",
"homepage": "https://dayutalk.cn"
}
],
"require": {
"php": ">=7.0",
"ext-bcmath": "*",
"ext-mbstring": "*",
"ext-json": "*",
"ext-simplexml": "*",
"ext-xml": "*",
"ext-openssl": "*",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"codeception/codeception": "*"
},
"autoload": {
"psr-4": {"Payment\\": "src/"}
}
}
PHP
1
https://gitee.com/mxf_xixi/payment.git
git@gitee.com:mxf_xixi/payment.git
mxf_xixi
payment
payment
master

搜索帮助