symfony/http-kernel
Symfony HttpKernel provides a structured, event-driven workflow to turn HTTP Requests into Responses. Built on the EventDispatcher, it’s flexible enough for full-stack frameworks, micro-frameworks, and CMS platforms like Drupal.
The Symfony HttpKernel component provides a structured workflow to turn an HTTP Request into a Response using the EventDispatcher. It’s the foundation of Symfony’s request lifecycle and is flexible enough for building full-stack frameworks, micro-frameworks, and CMS platforms such as Drupal.
Use it to standardize HTTP handling, compose middleware-like behavior via events, and integrate cleanly with other Symfony components.
How can I help you explore Laravel packages today?