First (minor) issue
- had to put tracy/tracy out of dev to production requirements
Feature requests
- optionally/addtional BBCode parser template/file format
- Restrict to configured file formats/template engines, and purify/sanitize them as for user input
Further Goals
Blablabla
"Possibly switch to an event-based kernel rather than pure PSR-15 middlewares."
I personally prefer PSR-Interfaces as they provide "Framework interoperability". Although I am a fan of event-based approaches. Where "kernel" I expect to be used for "fully compiled applications" as "the last wrapper" around all the used modules and libraries and is hard to develop in the frist step.