nox7 / nox
A straightforward and dependency-light web framework with minimal syntax learning curves.
2.1.13
2025-03-05 15:02 UTC
Requires
- php: >=8.0
- ext-mysqli: *
This package is auto-updated.
Last update: 2026-07-05 18:14:27 UTC
README
Nox
Nox is a minimal-dependency bearing PHP v8 web framework with minimally invasive syntax. There's no new syntax to learn for arguments and there isn't a huge depth of dependencies. The code is transparent and leaves a small footprint - to make debugging significantly easier.
Installing
Use composer
composer require nox7/nox
Setting up a Project and Further Documentation
For the most up-to-date and extensive documentation, see the Nox PHP website: https://noxphp.com/
