PHP Package: hollodotme/fast-cgi-client

FastCGI client library for PHP providing a simple and efficient way to communicate with FastCGI applications.

Current Version: 3.1.7
Last Updated: 2021-12-07
PHP Requirement: >=7.1
Dependencies:
hollodotme/fast-cgi
⚠️ 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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.1.7

Download Download v3.1.7

Code Integration Example

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.