Download the PHP package stack/callable-http-kernel without Composer
On this page you can find all versions of the php package stack/callable-http-kernel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package callable-http-kernel
Stack/CallableHttpKernel
HttpKernelInterface implementation based on callables.
It's mostly useful to test stack middlewares, and to mock the HttpKernelInterface on the fly.
Example
use Stack\CallableHttpKernel;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
$app = new CallableHttpKernel(function (Request $request) {
return new Response('Hello World!');
});
All versions of callable-http-kernel with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
symfony/http-foundation Version ~2.1|~3.0
symfony/http-kernel Version ~2.1|~3.0
symfony/http-foundation Version ~2.1|~3.0
symfony/http-kernel Version ~2.1|~3.0
The package stack/callable-http-kernel contains the following files
Loading the files please wait ....