flow-php/parquet-viewer
PHP ETL - cli application for viewing parquet files
Maintainers
0.40.0
2026-06-04 17:28 UTC
Requires
- php: ~8.3.0 || ~8.4.0 || ~8.5.0
- coduo/php-humanizer: ^5.0
- flow-php/etl: 0.40.0
- flow-php/parquet: 0.40.0
- symfony/console: ^6.4 || ^7.4 || ^8.0
Requires (Dev)
None
Suggests
- ext-arrow: For high-performance Parquet reading/writing via Apache Arrow
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-06-16 17:26:47 UTC
README
This package provides a simple CLI viewer for Parquet files. Since parquet is a binary format, it's not human-readable that's why this package is useful for debugging and testing purposes. We can read and display parquet files data but also metadata like schema, row groups, and columns.
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
