Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.18 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.18 KB

Common Component using ReactPHP Stream

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"