m6web / http-kernel-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Custom SF HttpKernel
Package info
github.com/BedrockStreaming/HttpKernelBundle
Type:symfony-bundle
pkg:composer/m6web/http-kernel-bundle
v1.1.6
2020-03-16 13:21 UTC
Requires
- php: >=5.4.0
- twig/twig: ^2.4
Requires (Dev)
- atoum/atoum: master-dev
- atoum/atoum-bundle: master-dev
README
Add some features to Symfony 2 HttpKernel
Features
- getKStartTime() method which give the application start time.
In your app/AppKernel.php:
<?php use M6Web\Component\HttpKernel\Kernel; class AppKernel extends Kernel { // ... }
- KernelExceptionListener listener catch kernel exceptions events and dispatch another event with status code / response
- KernelTerminateListener listener catch kernel terminate events and dispatch another with start time, memory consumed, route and method
Launch tests
$ ./vendor/bin/atoum