Concepts
📄️ Lifecycle
Application Life Cycle
📄️ PSR-7 and Value Objects
Slim supports PSR-7 interfaces for its Request and Response objects.
📄️ Middleware
You can run code before and after your Slim application to manipulate the Request and Response objects as you see fit.
📄️ Dependency Container
Slim uses an optional dependency container to prepare, manage, and inject application dependencies.