1 Star 0 Fork 493

siYuanJun/WeChatDeveloper

forked from Anyon/WeChatDeveloper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 831 Bytes
一键复制 编辑 原始数据 按行查看 历史
Anyon 提交于 2019-02-18 15:47 . [更新]修改内容接收解析
{
"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": "http://ctolog.com"
}
],
"keywords": [
"WePay",
"AliPay",
"WeMini",
"WeChat",
"WeChatPay",
"WeChatDeveloper"
],
"require": {
"php": ">=5.4",
"ext-json": "*",
"ext-curl": "*",
"ext-libxml": "*",
"ext-openssl": "*",
"ext-mbstring": "*",
"ext-simplexml": "*"
},
"autoload": {
"classmap": [
"We.php"
],
"psr-4": {
"WePay\\": "WePay",
"WeMini\\": "WeMini",
"WeChat\\": "WeChat",
"AliPay\\": "AliPay"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/siYuanJun/WeChatDeveloper.git
git@gitee.com:siYuanJun/WeChatDeveloper.git
siYuanJun
WeChatDeveloper
WeChatDeveloper
master

搜索帮助