Download the PHP package mintware-de/streams without Composer
On this page you can find all versions of the php package mintware-de/streams. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mintware-de/streams
More information about mintware-de/streams
Files in mintware-de/streams
Download mintware-de/streams
More information about mintware-de/streams
Files in mintware-de/streams
Vendor mintware-de
Package streams
Short Description A implementation of the PSR-7 StreamInterface
License MIT
Package streams
Short Description A implementation of the PSR-7 StreamInterface
License MIT
Please rate this library. Is it a good library?
Informations about the package streams
๐พ Streams for PHP
This package provides some implementations of the PSR-7 StreamInterface.
๐ฆ Installation
You can install this package using composer:
๐ FileStream
Provides read / write access for files.
๐ป MemoryStream
With this implementation you can read data from and write data to the memory.
๐ฅ InputStream
Provides read-only access for the php://input
resource. This holds for example the raw HTTP request.
๐ค OutputStream
Provides write-only access for the php://output
resource.
๐งช Unit Tests
โญ๏ธ Rating
Don't forget to hit the โญ๏ธ-Star button if you find this package useful. Thanks ๐
All versions of streams with dependencies
PHP Build Version
Package Version
The package mintware-de/streams contains the following files
Loading the files please wait ....