nitro / framework
NitroPHP — a lean, fast, Laravel-shaped PHP framework.
Requires
- php: ^8.2
Requires (Dev)
- phpunit/phpunit: ^11.5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-main
- v0.30.0
- v0.29.1
- v0.29.0
- v0.28.0
- v0.27.3
- v0.27.2
- v0.27.1
- v0.27.0
- v0.26.0
- v0.25.0
- v0.24.0
- v0.23.0
- v0.22.0
- v0.21.0
- v0.20.0
- v0.19.1
- v0.19.0
- v0.18.0
- v0.17.0
- v0.16.0
- v0.15.0
- v0.14.16
- v0.14.15
- v0.14.14
- v0.14.13
- v0.14.12
- v0.14.11
- v0.14.10
- v0.14.9
- v0.14.8
- v0.14.7
- v0.14.6
- v0.14.5
- v0.14.4
- v0.14.3
- v0.14.2
- v0.14.0
- v0.13.0
- v0.12.0
- v0.11.0
- v0.10.0
- v0.9.0
- v0.8.0
- v0.7.0
- v0.6.0
- v0.5.1
- v0.5.0
- v0.4.0
- v0.3.0
- v0.2.1
- v0.2.0
- v0.1.0
This package is auto-updated.
Last update: 2026-09-18 21:54:09 UTC
README
The engine behind NitroPHP — a lean, fast, Laravel-shaped PHP framework.
This is the framework library (the Nitro\ namespace). To start a new
application, use the nitro/nitro skeleton
rather than installing this package directly.
Status: pre-1.0 (
0.x). The API is stabilising but may still change between minor versions.
Install
composer require nitro/framework
What's inside
Routing, an Eloquent-style ORM and query builder, a Blade-compatible view engine, validation, queues, caching, auth, events, a console kernel, a persistent FrankenPHP worker runtime (Thrust), and a reactive component layer — on a deliberately small, high-performance core.
Requirements
- PHP 8.2+ (developed against 8.5)
- Composer
Testing
composer install
composer test
Credits & License
Mirrors the naming/ergonomics of, and is inspired by, several independent projects — see CREDITS.md. Not affiliated with or endorsed by them. Released under the MIT License.