Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.27 KB

install_usage.md

File metadata and controls

43 lines (30 loc) · 1.27 KB

Install & Usage

Requirements

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

Installation

Use Composer to install the bundle from Packagist:

composer require fusonic/http-kernel-bundle

In 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],
];

Usage

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: