php-react-stream

Event-driven streams for non-blocking I/O in ReactPHP

Description

This library provides event-driven, readable and writable, streams for non-blocking I/O in ReactPHP.

In order to make the EventLoop easier to use, this component introduces the powerful concept of "streams". Streams allow you to efficiently process huge amounts of data (such as a multi Gigabyte file download) in small chunks without having to store everything in memory at once. They are very similar to the streams found in PHP itself, but have an interface more suited for async, non-blocking I/O.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/reactphp/stream


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install php-react-stream