8 Star 55 Fork 18

shaobingme/startmvc轻量php框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
shaobingme 提交于 2024-09-04 22:50 +08:00 . 补齐丢失的composer文件
{
"name": "shaobingme/startmvc",
"description": "A light-weight PHP MVC framework.",
"type": "project",
"keywords": [
"startmvc",
"php框架",
"framework",
"mvc"
],
"homepage": "http://www.startmvc.com/",
"license": "Apache-2.0",
"authors": [
{
"name": "shaobing",
"email": "startmvc@126.com"
}
],
"require": {
"php": ">=7.2.0"
},
"autoload": {
"psr-4": {
"app\\": "app/",
"extend\\": "extend/",
"startmvc\\": "startmvc/"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/shaobingme/startmvc.git
git@gitee.com:shaobingme/startmvc.git
shaobingme
startmvc
startmvc轻量php框架
master

搜索帮助