flow-php / filesystem
PHP ETL - Filesystem abstraction
0.32.0
2026-02-23 19:28 UTC
Requires
- php: ~8.3.0 || ~8.4.0 || ~8.5.0
- flow-php/telemetry: 0.32.0
- flow-php/types: 0.32.0
- symfony/polyfill-mbstring: ^1.33
- webmozart/glob: ^3.0 || ^4.0
This package is auto-updated.
Last update: 2026-02-23 20:57:22 UTC
README
Flow Filesystem is a simple abstraction for streaming remote/local files.
The main goals of this library are:
- read files from remote/local storages by byte ranges
- write files to remote/local storages in chunks
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