Introduction
Parquet
Table of Contents
Composer
composer require flow-php/parquet:~0.34.3
Core Dependencies
Required PHP Extensions
ext-bcmathext-zlib
These extensions are typically bundled with PHP but may need to be explicitly enabled.
Suggested: Arrow Extension
For high-performance Parquet reading/writing via Apache Arrow, install the arrow PHP extension:
pie install flow-php/arrow-ext
See Arrow Extension installation for full details.