From c490705f34291fbf53b57d16737e8bb7a80e81e6 Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz <1921950+norberttech@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:50:25 +0200 Subject: [PATCH] Added library to work with Parquet file format (#1293) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e262ab5..3bc447e 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,7 @@ 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 ### Streams *Libraries for working with streams.*