Skip to content
/ stream Public

🎛 ​­‎ Common Component using ReactPHP Stream

License

Notifications You must be signed in to change notification settings

laravie/stream

Repository files navigation

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"