Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fusonic/php-http-kernel-bundle

Extensions for the Symfony HttpKernel component
https://github.com/fusonic/php-http-kernel-bundle

bundle extensions http-kernel php symfony symfony-bundle

Last synced: about 1 month ago
JSON representation

Extensions for the Symfony HttpKernel component

Awesome Lists containing this project

README

        

# http-kernel-bundle

[![License](https://img.shields.io/packagist/l/fusonic/http-kernel-bundle?color=blue)](https://github.com/fusonic/php-http-kernel-bundle/blob/master/LICENSE)
[![Latest Version](https://img.shields.io/github/tag/fusonic/php-http-kernel-bundle.svg?color=blue)](https://github.com/fusonic/php-http-kernel-bundle/releases)
[![Total Downloads](https://img.shields.io/packagist/dt/fusonic/http-kernel-bundle.svg?color=blue)](https://packagist.org/packages/fusonic/http-kernel-bundle)
![php 8.2+](https://img.shields.io/badge/php-%5E8.2-blue.svg)

* [About](#about)
* [Install](#install)
* [Usage](#usage)
* [Contributing](#contributing)

## About

This bundle contains a variety of extensions for the
[Symfony HttpKernel component](https://symfony.com/doc/current/components/http_kernel.html). See below for details on
each extension this bundle provides and how it works.

Currently primary development takes place at a private repository at GitLab.com. The project on GitHub.com is updated
regularly, but does not include any issues managed at GitLab. However, we are happily accepting issues and pull requests
on GitHub as well! Feel free to open an issue or merge request. If we see broader community engagement in the future, we
may consider switching our primary development to GitHub.

## Install

Please refer to the [installation and usage documentation](docs/install_usage.md) in the [docs](docs) folder.

## Usage

Please refer to the individual extension documentation in the [docs/extensions](docs/extensions) folder.

## Upgrading

Please refer to the individual upgrade documentation in the root folder of the repository.

> [!NOTE]
> Please refer to [UPGRADE-1.0.md](UPGRADE-1.0.md) when upgrading from the `fusonic/http-kernel-extensions` package.

## Contributing

This is a subtree split of [fusonic/php-extensions](https://github.com/fusonic/php-extensions) repository. Please create
your pull requests there.