Ross ROSS = Recommend OSS · open-source software intelligence for agents

symfony/http-kernel

Provides a structured process for converting a Request into a Response observed · 2026-08-28

github.com/symfony/http-kernel · homepage · PHP · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
symfony/http-kernelmain95

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