is-ua-gzip-capable
(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