pollauf / nyoze
Entity-oriented PHP framework focused on consistency between domain, action and consequence.
v0.2.0
2026-05-08 21:43 UTC
Requires
- php: >=8.2
README
Entity-centric PHP framework. Declare entities, fields, actions, and rules — Nyoze handles routing, validation, persistence, and the HTTP lifecycle.
Requires PHP 8.2+. Zero external dependencies.
Installation
composer global require pollauf/nyoze-installer
nyoze new my-project
cd my-project
nyoze serve
Documentation
License
MIT — see LICENSE for details.