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: *
- dev-main
- 2.1.13
- 2.1.12
- 2.1.11
- 2.1.10
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-beta14
- 2.0.0-beta13
- 2.0.0-beta12
- 2.0.0-beta11
- 2.0.0-beta10
- 2.0.0-beta9
- 2.0.0-beta8
- 2.0.0-beta7
- 2.0.0-beta6
- 2.0.0-beta5
- 2.0.0-beta4
- 2.0.0-beta3
- 2.0.0-beta2
- 2.0.0-beta1
- 1.5.4.x-dev
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.4.0-beta6
- 1.4.0-beta5
- 1.4.0-beta4
- 1.4.0-beta3
- 1.4.0-beta2
- 1.4.0-beta
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.1.1
- 1.1.0
- 1.1.0-alpha
- 1.0.1-alpha
- 1.0.0-alpha
- dev-Modify-304-caching
- dev-fix-json-post-data-ignored
- dev-push-request-to-all-controllers
- dev-1.5.3-archives
This package is auto-updated.
Last update: 2025-05-05 15:20:05 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/