Introduction
Snappy
Table of Contents
Composer
composer require flow-php/snappy:~0.34.3
This package is a pure PHP polyfill for the Snappy compression algorithm. For significantly better performance, it is highly recommended to install the ext-snappy PHP extension. When
ext-snappyis loaded, this library will automatically use the native implementation instead of the PHP polyfill.