Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDFGHILMOPQRSTUWXZ
]
php-react-stream - Basic readable and writable stream interfaces that support piping
- Website:
- https://reactphp.org/stream/
- Licence:
- MIT
- Vendor:
- Remi Collet
- 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