laravie / stream
Common Component using ReactPHP Stream
Fund package maintenance!
Liberapay
paypal.me/crynobone
Installs: 131 698
Dependents: 3
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^7.1 || ^8.0
- illuminate/support: ^5.5 || ^6.20.26 || ^7.30.3 || ^8.63 || ^9.0
- react/stream: ^1.1
Requires (Dev)
- league/climate: ^3.5
- orchestra/testbench: ~3.8.6 || ^4.16 || ^5.18 || ^6.22 || ^7.0
- phpstan/phpstan: ^1.0
Suggests
- league/climate: Required to use Console Logger (^3.5).
README
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"