Download the PHP package bangpound/legacy-php-http-kernel without Composer
On this page you can find all versions of the php package bangpound/legacy-php-http-kernel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bangpound/legacy-php-http-kernel
More information about bangpound/legacy-php-http-kernel
Files in bangpound/legacy-php-http-kernel
Download bangpound/legacy-php-http-kernel
More information about bangpound/legacy-php-http-kernel
Files in bangpound/legacy-php-http-kernel
Vendor bangpound
Package legacy-php-http-kernel
Short Description Symfony HttpKernel for supporting controllers that exit or return null.
License MIT
Package legacy-php-http-kernel
Short Description Symfony HttpKernel for supporting controllers that exit or return null.
License MIT
Please rate this library. Is it a good library?
Informations about the package legacy-php-http-kernel
Legacy PHP HttpKernel
Controllers in legacy PHP applications don't return Symfony Response objects, and they might return nothing or even exit. These low-level Symfony components provide a simple bridge to legacy PHP applications.
Usage
Use the HttpKernel
class and add the ShutdownListener
and OutputBufferListener
subscribers to the EventDispatcher
.
Working Example #1
This component is used in Drufony to run Drupal 7 in the Symfony2 framework.
Working Example #2
- Download and expand a recent version of WordPress.
- In the WordPress directory, create
composer.json
: ` - Run
composer install
. - Replace WordPress's
index.php
front controller: `` - Run
php -S localhost:8000
All versions of legacy-php-http-kernel with dependencies
PHP Build Version
Package Version
The package bangpound/legacy-php-http-kernel contains the following files
Loading the files please wait ....