Parquet

May 9, 2026 ยท View on GitHub

[PACKAGE_NAV:install]

[TOC]

Composer

composer require flow-php/parquet:~--FLOW_PHP_VERSION--

Core Dependencies

Required PHP Extensions

  • ext-bcmath
  • ext-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.