flow-php/snappy

PHP ETL - Google Snappy compression algorithm implementation

0.7.4 2024-03-10 14:05 UTC

This package is auto-updated.

Last update: 2024-04-18 13:31:04 UTC


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.