flow-php / arrow-ext
Apache Arrow PHP extension powered by Rust
Package info
Language:Rust
Type:php-ext
Ext name:ext-arrow
pkg:composer/flow-php/arrow-ext
1.x-dev
2026-03-26 17:23 UTC
Requires
- php: ~8.3.0 || ~8.4.0 || ~8.5.0
This package is auto-updated.
Last update: 2026-03-26 17:23:38 UTC
README
A Rust-powered PHP extension for reading and writing Apache Parquet files using ext-php-rs and the official Apache Arrow/Parquet Rust crates. This extension provides streaming read/write interfaces for Parquet files with support for all flat Arrow types, nested types (LIST, STRUCT, MAP), and multiple compression algorithms (SNAPPY, GZIP, BROTLI, ZSTD, LZ4_RAW).
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