sibidharan/zealphp-project

A simple project to demonstrate the usage of ZealPHP

Maintainers

Package info

github.com/sibidharan/zealphp-project

Type:project

pkg:composer/sibidharan/zealphp-project

Statistics

Installs: 232

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.4.4 2026-06-06 09:30 UTC

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.phpGET /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