An open API service indexing awesome lists of open source software.

https://github.com/visavi/compressor

Data compression and result output compression
https://github.com/visavi/compressor

Last synced: over 1 year ago
JSON representation

Data compression and result output compression

Awesome Lists containing this project

README

          

# Data compression and result output compression

[![Latest Stable Version](https://poser.pugx.org/visavi/compressor/v/stable)](https://packagist.org/packages/visavi/compressor)
[![Total Downloads](https://poser.pugx.org/visavi/compressor/downloads)](https://packagist.org/packages/visavi/compressor)
[![Latest Unstable Version](https://poser.pugx.org/visavi/compressor/v/unstable)](https://packagist.org/packages/visavi/compressor)
[![License](https://poser.pugx.org/visavi/compressor/license)](https://packagist.org/packages/visavi/compressor)

Basic useful feature list:

* Compress the page on the fly and outputs the result as a percentage of compression
* There is a check on the installed library gzip or included directive zlib.output_compression
* Specifies the gzip compression is turned on by default on the server
* Compression support also checked the visitors browser
* 3 compression method (gzip, x-gzip, deflate), depending on which method of operating the user's browser

```php