blinkmobile / is-ua-gzip-capable
This package is abandoned and no longer maintained.
No replacement package was suggested.
(Hopefully) small algorithm to determine whether or not to GZIP an HTTP response
1.0.0
2014-09-08 07:15 UTC
Requires (Dev)
- phpunit/phpunit: 4.2.*
- squizlabs/php_codesniffer: 1.5.*
This package is not auto-updated.
Last update: 2023-08-29 01:42:18 UTC
README
(Hopefully) small algorithm to determine whether or not to GZIP an HTTP response
PHP
You'll need to be familiar with Composer. These
steps require it, and you may need to tailor these commands to match the way
you invoke composer
or composer.phar
.
Development
php PATH/TO/composer.phar install --dev
Testing
Assuming you've followed the above "Development" instructions:
php PATH/TO/composer.phar test