Download the PHP package piotrpress/streamer without Composer
On this page you can find all versions of the php package piotrpress/streamer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download piotrpress/streamer
More information about piotrpress/streamer
Files in piotrpress/streamer
Download piotrpress/streamer
More information about piotrpress/streamer
Files in piotrpress/streamer
Vendor piotrpress
Package streamer
Short Description This library is a custom PHP Stream Wrapper, which provides write/read operations and stores the data in the memory.
License GPL-3.0-or-later
Homepage https://PiotrPress
Package streamer
Short Description This library is a custom PHP Stream Wrapper, which provides write/read operations and stores the data in the memory.
License GPL-3.0-or-later
Homepage https://PiotrPress
Please rate this library. Is it a good library?
Informations about the package streamer
Streamer
This library is a custom PHP Stream Wrapper, which provides write/read operations and stores the data in the memory.
NOTE: It is similar to php:// memory
, with the difference that is reusable, i.e. after the stream has been closed you can reopen it and the written data are still there, similar to regular file. Take a look at example of usage below.
Installation
Usage
Supports
fopen()
modes:r
,r+
,w
,w+
,a
,a+
fwrite()
,fputs()
etc.fread()
,fgets()
etc.file_get_contents()
,file_put_contents()
feof()
,fseek()
,ftell()
,rewind()
ftruncate()
filesize()
rename()
unlink()
Requirements
PHP >= 7.4
version.
License
GPL3.0
All versions of streamer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package piotrpress/streamer contains the following files
Loading the files please wait ....