zealphp/project
最新稳定版本:v0.4.6
Composer 安装命令:
composer create-project zealphp/project
包简介
A simple project to demonstrate the usage of ZealPHP
README 文档
README
To get started, visit https://github.com/sibidharan/zealphp
Project layout
| Path | Purpose |
|---|---|
public/ |
Document root — the folder requests resolve against (public/about.php → /about), plus static assets. This is the default; point it elsewhere with App::documentRoot('…') in app.php, before App::init(). |
route/ |
Explicit route files, auto-loaded at startup |
api/ |
File-based REST API (api/users/get.php → GET /api/users) |
template/ |
Views rendered via App::render() |
src/ |
Your classes (PSR-4, App\ namespace) |
Documentation
Full guides, API reference, and the interactive tutorial: https://php.zeal.ninja
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-10