Symfony Kernel
17 June 2025 (Updated 17 August 2025)
The Symfony Kernel
class is the core of Symfony. Its responsibilities include:
- Se tup your application’s bundles and provide them with your application’s configuration.
- Create the service container.
- Serve requests via its
handle()
method
Tagged:
Symfony