Search by

flow-php / arrow-ext

norbert-tech

Apache Arrow PHP extension powered by Rust

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!

flow-php.com/sponsor

Statistics

Installs: 607

Dependents: 0

Suggesters: 0

Stars: 10

Open Issues: 0

0.44.1 2026-09-14 15:12 UTC

This package is auto-updated.

Last update: 2026-09-15 12:17:29 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.