PHP Package: ezimuel/guzzlestreams

GuzzleStreams is a powerful PHP library for efficient HTTP streaming and request handling, providing seamless integration and high performance.

Current Version: 4.0.0
Last Updated: 2024-06-19
PHP Requirement: >=7.4.0
Dependencies:
guzzle/guzzle
php-fig/http-message
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

GuzzleStreams is a feature-rich PHP library designed to handle complex HTTP streaming scenarios and streamline request processing. With its robust capabilities and advanced features, GuzzleStreams empowers developers to build scalable and performant applications effortlessly, enhancing user experiences and optimizing data transfer workflows.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.0

Download Download v4.0.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/ezimuel/guzzlestreams/4.0.0/loader.php';
require_once 'libs/guzzle/guzzle/7.9.3/loader.php';
require_once 'libs/php-fig/http-message/2.0/loader.php';

use GuzzleStreams\Client;
use GuzzleStreams\RequestHandler;

$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.