Snappy
Table of Contents
Composer
composer require flow-php/snappy:~0.37.0
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.
Found a typo or an outdated section? Edit this page on GitHub