awesome-php icon indicating copy to clipboard operation
awesome-php copied to clipboard

Adds hollodotme/fast-cgi-client to list of event libraries

Open hollodotme opened this issue 7 years ago • 2 comments

Fast CGI Client calls PHP scripts directly through the php-fpm socket (network or unix domain) and therefore implements the FastCGI protocol. Requests can be sent synchronously or asynchronously. In case of asynchronous requests it is possible to get the responses in various ways, blocking and non-blocking, ordered by request-order or reactive ordered by response time of the requests. It allows non-blocking loop integration and callbacks for responses and/or failures.

hollodotme avatar Jun 16 '17 20:06 hollodotme

This pull request adds the following suggestion:

  • Fast CGI Client - A client to make synchronous/asynchronous requests through php-fpm socket.

-- Automated response by Var.CI :robot:

VarCI-bot avatar Jun 16 '17 20:06 VarCI-bot

+1

rabbl avatar Jul 27 '17 15:07 rabbl