PHP Package: zbateson/stream-decorators
Stream decorators library for PHP providing enhanced stream functionality and flexibility for developers.
Package Description
Stream decorators library offers PHP developers advanced stream manipulation capabilities, empowering them to enhance and customize stream operations for improved performance and functionality. With a wide array of features and options, this library simplifies the handling of streams within PHP applications, contributing to a more efficient and streamlined development process.
Download Latest Version: 2.1.1

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/zbateson/stream-decorators/2.1.1/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.2.2/loader.php';
require_once 'libs/php-fig/log/3.0.2/loader.php';
use zbateson\stream_decorators\StreamDecorator;
use zbateson\stream_decorators\Stream\GzStream;
$obj = new StreamDecorator();
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.