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.remi.src | [48 KiB] |
Changelog by Remi Collet (2021-07-12):
- update to 1.2.0 |
php-react-stream-1.1.1-5.remi.src | [47 KiB] |
Changelog by Remi Collet (2021-04-07):
- fix FTBFS with PHP 8 |
php-react-stream-1.1.1-2.remi.src | [46 KiB] |
Changelog by Shawn Iwinski (2020-06-06):
- Update to 1.1.1 (RHBZ #1830919) - Use PHPUnit 7 |
php-react-stream-1.1.0-1.remi.src | [46 KiB] |
Changelog by Shawn Iwinski (2019-12-14):
- Update to 1.1.0 (RHBZ #1600309) - Use PHPUnit 6 |
php-react-stream-0.7.7-1.remi.src | [45 KiB] |
Changelog by Shawn Iwinski (2018-07-01):
- Update to 0.7.7 (RHBZ #1431349) - Add range version dependencies for Fedora >= 27 || RHEL >= 8 - Add composer.json to repo |
php-react-stream-0.4.6-1.remi.src | [23 KiB] |
Changelog by Shawn Iwinski (2017-01-26):
- Update to 0.4.6 (RHBZ #1416595) |
php-react-stream-0.4.5-2.remi.src | [23 KiB] |
Changelog by Remi Collet (2017-01-24):
- backport for remi repo |