3 Star 1 Fork 1

UMBRELLA / wechatpay-v3-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 841 Bytes
一键复制 编辑 原始数据 按行查看 历史
K. 提交于 2020-06-18 11:44 . 修改 composer.json 描述
{
"name": "umworks/wechatpay-v3-api",
"description": "umworks 微信商户 v3 接口 API 库。",
"type": "library",
"license": "Apache-2.0",
"authors": [
{
"name": "Jiankai Zeng",
"email": "janpoem@163.com"
},
{
"name": "Wanling Zhang",
"homepage": "http://git.oschina.net/easyzhang"
}
],
"require": {
"php": ">=7.1",
"ext-openssl": "*",
"ext-json": "*",
"ext-curl": "*",
"kephp/kephp": "^1.2",
"kephp/log4php-helper": "^1.0"
},
"autoload": {
"psr-4": {
"Um\\WechatPay\\": "src"
}
},
"archive": {
"exclude": ["/tests", "/docs", "/.gitattributes", "/.gitignore"]
},
"minimum-stability": "stable",
"prefer-stable": true
}
PHP
1
https://gitee.com/umworks/wechatpay-v3-api.git
git@gitee.com:umworks/wechatpay-v3-api.git
umworks
wechatpay-v3-api
wechatpay-v3-api
master

搜索帮助