rose-framework / core
A lightweight framework using fast routing
0.2.1
2024-03-02 01:25 UTC
Requires
- php: >=8.3
- ext-gettext: *
- ext-json: *
- ext-yaml: *
- mireiawen/configuration: 1.1.0
- mireiawen/input: ^1.2
- monolog/monolog: ^3.4
- nikic/fast-route: ^1.3
This package is auto-updated.
Last update: 2025-03-29 01:07:55 UTC
README
Simple and lightweight PHP framework for modern PHP.
There will be plugins to handle more requirements, such as templates.
Requirements
- PHP 8.3
- ext-gettext
- ext-json (configuration dependency)
- ext-yaml (configuration dependency)
Features
The core tries to be as minimal as possible, with the minimalistic approach to include the almost always needed pieces for web application development.
Configuration
Support for environment variables, YAML and JSON files.
Logging
PSR-3 compatible logging interface, defaults to Monolog.
Routing
Loosely tied to FastRoute, other implementations would likely be possible as well.