Please see the table below for an overview of supported PHP and Symfony versions:
| Bundle version | Supported PHP version | Supported Symfony version |
|---|---|---|
| ^1.0.0 | >= 8.2 | >= 6.3 |
Use Composer to install the bundle from Packagist:
composer require fusonic/http-kernel-bundleIn case Symfony Flex did not add the bundle to the bundle configuration (by default located in config/bundles.php),
add the following line:
<?php
declare(strict_types=1);
return [
# ...
Fusonic\HttpKernelBundle\HttpKernelBundle::class => ['all' => true],
];For detailed documentation on how to use the individual extensions for Symfony's HttpKernel component, please refer to the extension documentations located in the extensions folder: