PHP Package: zbateson/stream-decorators

Stream decorators library for PHP providing enhanced stream functionality and flexibility for developers.

Current Version: 2.1.1
Last Updated: 2024-04-29
PHP Requirement: >=8.0
Dependencies:
phpunit/phpunit
php-fig/log
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.1.1

Download Download v2.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.