flow-php / filesystem
PHP ETL - Filesystem abstraction
Installs: 6 583
Dependents: 2
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
- webmozart/glob: ^3.0 || ^4.0
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