noctalys / framework
A modern and lightweight PHP framework
0.1.3
2026-02-03 21:25 UTC
Requires
- php: >=8.2
Requires (Dev)
- phpunit/phpunit: ^11.5
Suggests
- ext-apcu: Required for caching
- ext-pdo: Required for database interactions
- latte/latte: Required to use Latte templates
- smarty/smarty: Required to use Smarty templates
- twig/twig: Required to use Twig templates
README
Noctalys
Noctalys is a simple, lightweight PHP framework designed for simple and fast development. It features automatic route discovery, a templating system with layouts and components, and an extendable hook system.
Installation
Check noctalys/cli for a CLI tool to create and manage Noctalys projects.