2017 © Pedro Peláez
 

library fcgi-http-kernel

Adapter from HttpKernelInterface to FastCGI.

image

igorw/fcgi-http-kernel

Adapter from HttpKernelInterface to FastCGI.

  • Friday, November 1, 2013
  • by igorw
  • Repository
  • 3 Watchers
  • 11 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

FcgiHttpKernel

Port of CgiHttpKernel to FastCGI (FCGI)., (*1)

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., (*2)

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., (*3)

Stability

There are still some bugs (see skipped tests). Pull requests highly appreciated., (*4)

Credits

Based on adoy/PHP-FastCGI-Client and igorw/CgiHttpKernel., (*5)

References

The Versions

01/11 2013

dev-master

9999999-dev

Adapter from HttpKernelInterface to FastCGI.

  Sources   Download

MIT

The Requires

 

The Development Requires