Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-react-stream - Basic readable and writable stream interfaces that support piping

Website:
https://reactphp.org/stream/
Licence:
MIT
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
Basic readable and writable stream interfaces that support piping.

In order to make the event loop easier to use, this component introduces the
concept of streams. They are very similar to the streams found in PHP itself,
but have an interface more suited for async I/O.

Mainly it provides interfaces for readable and writable streams, plus a file
descriptor based implementation with an in-memory write buffer.

This component depends on événement, which is an implementation of the
EventEmitter.

Autoloader: /usr/share/php/React/Stream/autoload.php

Packages

php-react-stream-1.2.0-1.el7.remi.noarch [27 KiB] Changelog by Remi Collet (2021-07-12):
- update to 1.2.0
php-react-stream-1.1.1-5.el7.remi.noarch [27 KiB] Changelog by Remi Collet (2021-04-07):
- fix FTBFS with PHP 8