Registry / networking / hollodotme-fast-cgi-client

hollodotme-fast-cgi-client

JSON →
library3.1.7phppackagistunverified

A PHP fast CGI client to send requests (a)synchronously to PHP-FPM.

composer require hollodotme/fast-cgi-client
INSTALL
IMPORT
SIG · HOLLODOTME-FAST-CG
H
hollodotme-fast-cgi-client
networkingphpv3.1.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use hollodotme\FastCGI\Client;

Sends a synchronous request to PHP-FPM and prints the response.

use hollodotme\FastCGI\Client; $client = new Client('127.0.0.1', 9000); $response = $client->sendRequest('GET', '/index.php'); echo $response->getBody();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.7latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
hollodotme-fast-cgi-client — pip install hollodotme-fast-cgi-client · libregistry