guzzlehttp/psr7
Full PSR-7 message implementation with rich stream support: multiple stream types and decorators (append, buffer, caching, etc.), plus helpers like query-string parsing. Installed via Composer and maintained with v2 for PHP 7.2.5+.
LimitStream, AppendStream, and CachingStream.DroppingStream.LazyOpenStream.InflateStream.Message::toString, Message::parseRequest).Query::parse/build).StreamDecoratorTrait enables team-specific decorators (e.g., logging streams, rate-limited streams).fopen, stream_context_create).react/streams or amphp/streams).For Executives: *"This package standardizes how our PHP services handle HTTP messages and streams, reducing technical debt and accelerating feature delivery. For example:
For Engineering: *"This is the de facto PSR-7 stream implementation in PHP, used by Guzzle and Symfony. Key wins:
LimitStream and CachingStream solve common problems (e.g., multipart uploads, non-seekable streams) out of the box.StreamDecoratorTrait without forking.UPGRADING.md."*How can I help you explore Laravel packages today?