fusonic / http-kernel-bundle
Symfony bundle with extensions for Symfony's HttpKernel
Installs: 10 357
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 7
Forks: 0
Open Issues: 0
Requires
- php: >=8.2
- phpdocumentor/reflection-docblock: ^5.3
- symfony/config: ^6.3 || ^7.0
- symfony/dependency-injection: ^6.3 || ^7.0
- symfony/http-kernel: ^6.3 || ^7.0
- symfony/property-access: ^6.3 || ^7.0
- symfony/property-info: ^6.3 || ^7.0
- symfony/serializer: ^6.3 || ^7.0
- symfony/validator: ^6.3 || ^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.58
- infection/infection: ^0.29
- phpstan/phpstan: ^1.11
- phpstan/phpstan-deprecation-rules: ^1.2
- phpstan/phpstan-phpunit: ^1.4
- phpstan/phpstan-strict-rules: ^1.6
- phpstan/phpstan-symfony: ^1.4
- phpunit/phpunit: ^11.2
- roave/security-advisories: dev-latest
- symfony/cache: ^6.3 || ^7.0
- tomasvotruba/type-coverage: ^0.3
This package is auto-updated.
Last update: 2024-10-16 12:46:19 UTC
README
About
This bundle contains a variety of extensions for the Symfony HttpKernel component. 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 in the docs folder.
Usage
Please refer to the individual extension documentation in the 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 when upgrading from the fusonic/http-kernel-extensions
package.
Contributing
This is a subtree split of fusonic/php-extensions repository. Please create your pull requests there.