tselven/zen
最新稳定版本:v1.2.0
Composer 安装命令:
composer create-project tselven/zen
包简介
Zen is a modern PHP MVC web and API development framework.
README 文档
README
AstroSpark Framework
Zen is a PHP Framework for develop APIs and Web Applications.
To Run This Application
- Use composser to create project
composer create-project tselven/zen your-project
Project Folder Structure.
├───.github
│ └───ISSUE_TEMPLATE
├───.vscode
├───assets
│ └───images
│ └───favicons
├───cache
├───controller
│ └───API
├───core
│ ├───Enums
│ ├───Interface
│ └───view
├───models
├───public
├───Routes
├───scripts
└───views
└───Errors
- Run it by using inbuild cli
php astro serve
- create controller
php astro -m -c [name]
Note : this project use routing that based on url so its require to be run as root project,
insted of usual xampp sub url format
Wrong : http://localhost:8080/your-project
Correct : http://localhost:8080/
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2024-09-26