igorw / fcgi-http-kernel
Adapter from HttpKernelInterface to FastCGI.
dev-master / 1.0.x-dev
2013-11-01 00:28 UTC
Requires
- adoy/fastcgi-client: dev-master
- symfony/http-kernel: ~2.1
Requires (Dev)
- silex/silex: ~1.0
- symfony/process: ~2.1
This package is not auto-updated.
Last update: 2024-11-04 14:39:59 UTC
README
Port of CgiHttpKernel to FastCGI (FCGI).
This is the same idea as the CGI kernel, but faster. And slightly more annoying, because you need to configure a port and bind to it. But as a result, it's significantly faster.
It enables testing at the FastCGI process boundary. It's compatible with any process that exposes a FastCGI interface. It's compatible with any library that consumes an HttpKernel.
Stability
There are still some bugs (see skipped tests). Pull requests highly appreciated.
Credits
Based on adoy/PHP-FastCGI-Client and igorw/CgiHttpKernel.