Added library to work with Parquet file format (#1293)

This commit is contained in:
Norbert Orzechowicz 2024-09-03 15:50:25 +02:00 committed by GitHub
parent 5e54345dd1
commit c490705f34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. * [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. * [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. * [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 ### Streams
*Libraries for working with streams.* *Libraries for working with streams.*