From a7e4a8e57ca972509a97b9cafe7ea4b5a56f5b50 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Thu, 19 Oct 2017 10:40:33 +0200 Subject: [PATCH] Add amphp/byte-stream --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42f1bf8..1b6583e 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ### Streams *Libraries for working with streams.* +* [ByteStream](https://amphp.org/byte-stream/) - An asynchronous stream abstraction. * [Streamer](https://github.com/fzaninotto/Streamer) - A simple object-orientated stream wrapper library. ### Dependency Injection