Introduction

March 23, 2026 ยท View on GitHub

Phrity Net Stream

Build Status

Introduction

Package that provide implementations of PSR-7 StreamInterface and PSR-17 StreamFactoryInterface but also adds stream and socket related funcitonality. It is designed for use with socket connections.

Installation

Install with Composer;

composer require phrity/net-stream

Interfaces

Included classes

Versions

VersionPHP
2.4^8.1StreamInterface, StreamContainerInterface
2.3^8.1Float timeout, hasContents method, Listeners
2.2^8.1Improved context handling
2.1^8.0Set context on server
2.0^8.0Modernization
1.3^7.4|^8.0Closing read and write separately
1.2^7.4|^8.0Socket client
1.1^7.4|^8.0Stream collection
1.0^7.4|^8.0Initial version