⚠️ To ensure full functionality, the above dependencies might be required.
Package Description
FastCGI client library for PHP that enables developers to interact with FastCGI applications seamlessly. It offers a lightweight and performant solution for handling FastCGI requests and responses, enhancing the communication process between PHP and FastCGI servers.
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/hollodotme/fast-cgi-client/3.1.7/loader.php';
require_once 'libs/hollodotme/fast-cgi/{lib_version}/loader.php';
use Hollodotme\FastCGI\Client\Client;
$obj = new Client();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.