1 Star 0 Fork 488

88cai/WeChatDeveloper

forked from Anyon/WeChatDeveloper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 881 Bytes
一键复制 编辑 原始数据 按行查看 历史
Anyon 提交于 2023-03-11 10:12 . Update composer.json
{
"type": "library",
"name": "zoujingli/wechat-developer",
"homepage": "https://thinkadmin.top",
"description": "WeChat platform and 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",
"WePayV3\\": "WePayV3"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/88cai/WeChatDeveloper.git
git@gitee.com:88cai/WeChatDeveloper.git
88cai
WeChatDeveloper
WeChatDeveloper
master

搜索帮助