flow-php / snappy
PHP ETL - Google Snappy compression algorithm implementation
Installs: 12 256
Dependents: 1
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
README
Pure PHP implementation of Google Snappy compression algorithm.
This library is a port of javascript snappyjs. Whenever it's possible, it's recommended to install PHP Extension. Otherwise, this lib will register polyfill functions.
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