laravie/stream

使用 ReactPHP Stream 的常用组件

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

This package is auto-updated.

Last update: 2024-08-29 02:51:02 UTC


README

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

Stream 提供了到 ReactPHP Stream 和 Event Loop 的基本集成。

  • React\EventLoop\LoopInterface 单例注册到 Laravel 容器。
  • React\Stream\WritableStreamInterface 单例注册到 Laravel 容器。

安装

要通过 composer 安装,请在终端中运行以下命令:

composer require "laravie/stream"