igorw/fcgi-http-kernel

Adapter from HttpKernelInterface to FastCGI.

dev-master / 1.0.x-dev 2013-11-01 00:28 UTC

This package is not auto-updated.

Last update: 2024-04-22 12:24:15 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.

References