Registry / http-client / guzzlehttp-streams

guzzlehttp-streams

JSON →
library3.0.0phppackagistunverified

Provides a simple abstraction over streams of data, used by Guzzle HTTP client.

composer require guzzlehttp/streams
INSTALL
IMPORT
SIG · GUZZLEHTTP-STREAMS
G
guzzlehttp-streams
http-clientphpv3.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 GuzzleHttp\Stream\Stream;

Create a stream from a string and read from it.

use GuzzleHttp\Stream\Stream; $stream = Stream::factory('Hello, world!'); echo $stream->read(5);
Debug
Known issues
breakingThis package is deprecated in favor of guzzlehttp/psr7.
fix
Use GuzzleHttp\Psr7\Stream instead.
affects: >=3.0.0
Upgrade
Version history
3.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
guzzlehttp-streams — pip install guzzlehttp-streams · libregistry