1 Star 0 Fork 460

dolpstar / project_13435744

forked from Anyon / WeChatDeveloper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 879 Bytes
一键复制 编辑 原始数据 按行查看 历史
Anyon 提交于 2020-04-26 11:08 . 增加xml解析方式
{
"type": "library",
"name": "zoujingli/wechat-developer",
"homepage": "https://github.com/zoujingli/WeChatDeveloper",
"description": "WeChat platform and WeChat payment development tools",
"license": "MIT",
"authors": [
{
"name": "Anyon",
"email": "zoujingli@qq.com",
"homepage": "https://thinkadmin.top"
}
],
"keywords": [
"WePay",
"AliPay",
"WeMini",
"WeChat",
"WeChatPay",
"WeChatDeveloper"
],
"require": {
"php": ">=5.4",
"ext-xml": "*",
"ext-json": "*",
"ext-curl": "*",
"ext-bcmath": "*",
"ext-libxml": "*",
"ext-openssl": "*",
"ext-mbstring": "*",
"ext-simplexml": "*"
},
"autoload": {
"classmap": [
"We.php"
],
"psr-4": {
"WePay\\": "WePay",
"WeChat\\": "WeChat",
"WeMini\\": "WeMini",
"AliPay\\": "AliPay"
}
}
}
PHP
1
https://gitee.com/dolpstar/WeChatDeveloper.git
git@gitee.com:dolpstar/WeChatDeveloper.git
dolpstar
WeChatDeveloper
project_13435744
master

搜索帮助