flow-php / parquet
PHP ETL - library for reading and writing Parquet files
0.32.0
2026-02-23 19:23 UTC
Requires
- php: ~8.3.0 || ~8.4.0 || ~8.5.0
- composer-runtime-api: ^2.0
- ext-bcmath: *
- ext-zlib: *
- flow-php/filesystem: 0.32.0
- flow-php/snappy: 0.32.0
- packaged/thrift: ^0.15.0
- symfony/polyfill-mbstring: ^1.33
- 1.x-dev
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.1
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.1
- 0.17.0
- 0.16.2
- 0.16.1
- 0.16.0
- 0.15.1
- 0.15.0
- 0.14.0
- 0.13.1
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.0
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.1
- 0.6.0
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.0
This package is auto-updated.
Last update: 2026-02-23 20:57:24 UTC
README
Parquet is a columnar storage file format that provides efficient data compression and encoding schemes with enhanced performance to handle complex data in bulk. This library is a pure PHP implementation of the Parquet file format, enabling developers to read and write Parquet files without relying on external dependencies.
Important
This repository is a subtree split from our monorepo. If you'd like to contribute, please visit our main monorepo flow-php/flow.
- 📜 Documentation
- ➡️ Installation
- 🛠️ Contributing
- 🚧 Upgrading