Skip to content

Commit

Permalink
Add basic description.
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Mar 1, 2020
1 parent 79aa95f commit fe95be5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ Common Component using ReactPHP Stream
[![License](https://poser.pugx.org/laravie/stream/license)](https://packagist.org/packages/laravie/stream)
[![Coverage Status](https://coveralls.io/repos/github/laravie/stream/badge.svg?branch=master)](https://coveralls.io/github/laravie/stream?branch=master)

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"

0 comments on commit fe95be5

Please sign in to comment.