🚀HTTP RouterAurora offers a swift and robust router that links route callbacks to specific HTTP request methods and URIs.
🧰MiddlewareConstruct your application with concentric middleware to manipulate the HTTP request and response objects within your Aurora app.
💉Dependency InjectionAurora supports dependency injection, giving you full control over your external tools. Utilize any PSR-11 ContainerInterface implementation.