Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fusonic/php-http-kernel-bundle
- Owner: fusonic
- License: mit
- Created: 2023-09-12T14:55:32.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-16T12:38:34.000Z (2 months ago)
- Last Synced: 2024-09-30T16:21:20.485Z (about 2 months ago)
- Topics: bundle, extensions, http-kernel, php, symfony, symfony-bundle
- Language: PHP
- Homepage: https://www.fusonic.net/
- Size: 68.4 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.