Registry / utility / osflab-stream

osflab-stream

JSON →
library3.0.0phppackagistunverified

OSF stream management

composer require osflab/stream
INSTALL
IMPORT
SIG · OSFLAB-STREAM
O
osflab-stream
utilityphpv3.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Stream
use OSF\Stream\Stream;

Create a stream from a PHP resource and read/write data.

use OSF\Stream\Stream; $stream = new Stream(fopen('php://memory', 'r+')); $stream->write('Hello'); $stream->rewind(); echo $stream->read(5);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
osflab-stream — pip install osflab-stream · libregistry