From 2ed730c1b943257cae26cd219c6a229c8f18f80e Mon Sep 17 00:00:00 2001 From: Carlos Matos <118901076+cmatosbc@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:02:35 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee92f3789..80b9901bb 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer. * [PHP FFmpeg](https://github.com/PHP-FFmpeg/PHP-FFmpeg/) - A wrapper for the [FFmpeg](https://www.ffmpeg.org/) video library. * [UnifiedArchive](https://github.com/wapmorgan/UnifiedArchive) - A unified reader and writer of compressed archives. -* [Parquet](https://github.com/flow-php/parquet) - PHP implementation of Parquet file format +* [Parquet](https://github.com/flow-php/parquet) - PHP implementation of Parquet file format +* [Penelope] (https://github.com/cmatosbc/penelope) - Asynchronous file handler using PHP 8.1+ Fibers ### Streams *Libraries for working with streams.* From 838f9ab154949f6ed3cf6ac663c5a8c7f15b465f Mon Sep 17 00:00:00 2001 From: Carlos Matos <118901076+cmatosbc@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:04:01 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80b9901bb..092cf91a5 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHP FFmpeg](https://github.com/PHP-FFmpeg/PHP-FFmpeg/) - A wrapper for the [FFmpeg](https://www.ffmpeg.org/) video library. * [UnifiedArchive](https://github.com/wapmorgan/UnifiedArchive) - A unified reader and writer of compressed archives. * [Parquet](https://github.com/flow-php/parquet) - PHP implementation of Parquet file format -* [Penelope] (https://github.com/cmatosbc/penelope) - Asynchronous file handler using PHP 8.1+ Fibers +* [Penelope](https://github.com/cmatosbc/penelope) - Asynchronous file handler using PHP 8.1+ Fibers ### Streams *Libraries for working with streams.*