Download the PHP package mracine/php-streams without Composer
On this page you can find all versions of the php package mracine/php-streams. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-streams
PHP STREAMS ABSTRACTION LIBRARY
mracine\Streams is a library that provide streams abstraction to use differents kind of resources (files, sockets, pipes, process input/output, strings) as streams provider. It makes testing simple for classes which use the mracine\Sreams\Stream interface.
Installation
You can add this library as a local, per-project dependency to your project using Composer:
composer require mracine/streams
Usage
The mracine\Streams\Stream interface provides :
- read method : get bytes from a stream
- write method : push bytes to a stream
- close method : release the stream
There are actualy two classes implementing the Stream interface :
- mracine\Streams\ResourceStream : abstract a PHP resource (fils, socket, UNIX pipes, process....)
- mracine\Streams\BufferStream : abstract a PHP string in a buffer
All versions of php-streams with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0|^8.0
The package mracine/php-streams contains the following files
Loading the files please wait ....