HttpKernel

E452807

HttpKernel is a core Symfony component that handles the HTTP request–response lifecycle, enabling the framework’s routing, controller execution, and response generation.

All labels observed (6)

How this entity was disambiguated

Statements (47)

Predicate Object
instanceOf HTTP kernel
Symfony component
allows custom kernel implementations
availableVia Composer
category Web application framework component
defines kernel events
enables controller execution
response generation
routing
handles HTTP request-response lifecycle
HTTP requests
exceptions during request handling
implements front controller pattern
integratesWith Symfony DependencyInjection component
linked to: DependencyInjection

Symfony EventDispatcher component
linked to: EventDispatcher

Symfony HttpFoundation component
linked to: HttpFoundation

Symfony Routing component
linked to: Routing
language PHP
license MIT License
maintainedBy Symfony core team
linked to: Symfony
packageName symfony/http-kernel
linked to: HttpKernel
partOf Symfony framework
linked to: Symfony
produces HTTP responses
provides HttpKernelInterface
linked to: HttpKernel

KernelEvents constants
TerminableInterface
repository https://github.com/symfony/http-kernel
stableReleaseModel Symfony release cycle
supports controller listeners
event-driven architecture
exception listeners
kernel bootstrapping
kernel termination
middleware-like event subscribers
request attributes
request listeners
response listeners
sub-requests
view listeners
usedBy Laravel (indirectly via Symfony components)
Silex (legacy)
Symfony full-stack framework
linked to: Symfony
uses HTTP foundation component
argument resolver
controller resolver
event dispatcher
request stack

How these facts were elicited

Referenced by (9)

Full triples — surface form annotated when it differs from this entity's canonical label.

Symfony hasComponent HttpKernel
HttpKernel provides HttpKernelInterface
linked to: HttpKernel
HttpKernel packageName symfony/http-kernel
linked to: HttpKernel
Symfony Routing integratesWith Symfony HttpKernel component
subject linked to: Routing
linked to: HttpKernel
EventDispatcher usedIn Symfony HTTP kernel
linked to: HttpKernel
Finder usedWith Symfony HttpKernel component
linked to: HttpKernel
Symfony Cache integratesWith Symfony HttpKernel
subject linked to: Cache
linked to: HttpKernel
RateLimiter integratesWith Symfony HttpKernel
linked to: HttpKernel
Web Debug Toolbar runsWith Symfony HTTP kernel
linked to: HttpKernel