igorw/fcgi-http-kernel

Adapter from HttpKernelInterface to FastCGI.

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 4

Forks: 4

Open Issues: 0

pkg:composer/igorw/fcgi-http-kernel

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

This package is not auto-updated.

Last update: 2025-10-06 19:12:20 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