symfony/http-kernel
Provides a structured process for converting a Request into a Response observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 5671
- days_rel: 11
- days_push: 8
- n_releases_24m: 111
Adoption not part of the score
8106 stars · 97 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The Symfony HttpKernel component provides a structured, event-driven process for converting an HTTP Request into a Response. It is the core engine behind the Symfony full-stack framework and is used by projects like Drupal, Laravel, and Shopware.
Use cases
- build a custom PHP framework or micro-framework
- handle the request-response lifecycle in a PHP application
- add event-driven middleware to HTTP request processing
- create a CMS or application on top of a kernel architecture
- handle exceptions and terminate events during request handling
- process sub-requests in a PHP web application
When to choose
- you are building a PHP framework, CMS, or application that needs a robust request-response pipeline
- you want event-driven extensibility via kernel events (request, controller, view, response, exception, terminate)
- you are already in the Symfony ecosystem and need its kernel internals
When to avoid
- you need a complete ready-made framework with routing, templating, and ORM out of the box - use full Symfony instead
- you are not working in PHP
- you want a micro-framework with minimal abstractions - consider Slim or similar
Facets
library · maturity stable
http-server middleware routing web-framework web-development backend apis developer-tools php cross-platform symfony http-kernel request-response event-dispatcher framework-core php-component web-server
7 sources
- readme: https://github.com/symfony/http-kernel · fetched 2026-08-28 · f61f5fd52785
- homepage: https://symfony.com/http-kernel · fetched 2026-08-29 · 7fca3190459b
- site_page: https://symfony.com/doc · fetched 2026-08-29 · 44889134f4fb
- site_page: https://symfony.com/doc/current/components/http_kernel.html · fetched 2026-08-29 · 92690650158f
- site_page: https://symfony.com/projects/phpmyfaq · fetched 2026-08-29 · e9c38f954f59
- site_page: https://symfony.com/releases · fetched 2026-08-29 · f109a7a4a5da
- site_page: https://symfony.com/blog/category/releases · fetched 2026-08-29 · 373d532304d3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| symfony/http-kernel | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="symfony/http-kernel")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem