1 Star 1 Fork 0

wen130/framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 592 Bytes
一键复制 编辑 原始数据 按行查看 历史
wen130 提交于 2024-07-18 16:23 . 日志遵循PSR-3日志规范
{
"name": "huangshaowen/framework",
"type": "library",
"license": "MIT",
"description": "PHP framework",
"authors": [
{
"name": "huangshaowen",
"email": "40477536@qq.com"
}
],
"require": {
"php": ">=7.2.5",
"guzzlehttp/guzzle": "^6.3|^7.0",
"phpaes/phpaes": "^3.1",
"psr/simple-cache": "^1.0",
"psr/log": "^1.1",
"topthink/think-orm": "^2.0.53 || ^3.0.0"
},
"autoload": {
"psr-4": {
"framework\\": "src/"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wen130/framework.git
git@gitee.com:wen130/framework.git
wen130
framework
framework
master

搜索帮助