1 Star 0 Fork 250

囚牛 / payment

forked from 大愚 / payment 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 916 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"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": "*",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"endroid/qrcode": "~1.9",
"codeception/codeception": "*"
},
"autoload": {
"psr-4": {"Payment\\": "src/"}
}
}
PHP
1
https://gitee.com/jianghf/payment.git
git@gitee.com:jianghf/payment.git
jianghf
payment
payment
master

搜索帮助