flow-php/arrow-ext

Apache Arrow PHP extension powered by Rust

Maintainers

Package info

github.com/flow-php/arrow-ext

Language:Rust

Type:php-ext

Ext name:ext-arrow

pkg:composer/flow-php/arrow-ext

Fund package maintenance!

norberttech

flow-php.com/sponsor

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.x-dev 2026-03-26 17:23 UTC

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.