1 Star 0 Fork 0

鱼子/微信自定义组件

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 733 Bytes
一键复制 编辑 原始数据 按行查看 历史
鱼子 提交于 2021-12-07 14:00 +08:00 . 兼容naixiaoxin/think-wechat组件
{
"name": "sffi/wechat_shop",
"description": "微信小商店组件后台API",
"type": "think-extend",
"keywords": [
"wechat",
"微信",
"交易组件",
"商业能力",
"小程序"
],
"extra": {
"think-config": {
"weshop": "config/weshop.php"
}
},
"require": {
"php": "^7.2",
"overtrue/wechat": "~4.0",
"ext-ctype": "*",
"ext-json": "*"
},
"license": "MIT",
"authors": [
{
"name": "余熠",
"email": "yuyi@cmrpt.com"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"sffi\\weshop\\": "src"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rui_ng/wechat-custom-component.git
git@gitee.com:rui_ng/wechat-custom-component.git
rui_ng
wechat-custom-component
微信自定义组件
v0.02.8

搜索帮助