A Rust-powered PHP extension using ext-php-rs providing native
implementations for performance-critical parts of the Flow DataFrame framework: encoding and decoding of the
Floe binary format frames and row hydration/casting against a schema. The extension is optional — the pure-PHP
implementations in flow-php/etl are the canonical behavior reference, and Flow routes to the native ones
automatically when the extension is loaded.
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