laravie/stream

Common Component using ReactPHP Stream

v1.6.0 2022-02-09 01:16 UTC

This package is auto-updated.

Last update: 2024-02-29 01:45:34 UTC


README

tests Latest Stable Version Total Downloads Latest Unstable Version License Coverage Status

Stream provides a basic integration to ReactPHP Stream and Event Loop:

  • Register React\EventLoop\LoopInterface singleton to Laravel Container.
  • Register React\Stream\WritableStreamInterface singleton to Laravel Container.

Installation

To install through composer, run the following command from terminal:

composer require "laravie/stream"