Download the PHP package vihuvac/htmlcompressor-bundle without Composer
On this page you can find all versions of the php package vihuvac/htmlcompressor-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vihuvac/htmlcompressor-bundle
More information about vihuvac/htmlcompressor-bundle
Files in vihuvac/htmlcompressor-bundle
Download vihuvac/htmlcompressor-bundle
More information about vihuvac/htmlcompressor-bundle
Files in vihuvac/htmlcompressor-bundle
Vendor vihuvac
Package htmlcompressor-bundle
Short Description Symfony2 bundle which allow to minify cacheable HTML and XML responses using htmlcompressor
License MIT
Homepage https://github.com/vihuvac/htmlcompressor-bundle
Package htmlcompressor-bundle
Short Description Symfony2 bundle which allow to minify cacheable HTML and XML responses using htmlcompressor
License MIT
Homepage https://github.com/vihuvac/htmlcompressor-bundle
Please rate this library. Is it a good library?
Informations about the package htmlcompressor-bundle
HtmlCompressorBundle
:warning: DEPRECATED:
Unfortunately I want to inform this bundle is getting deprecated. Sorry for the inconvenience. :pensive:
Allow to minify cacheable HTML and XML responses using htmlcompressor.
Installation
Get the bundle
Add this line in your composer.json require section:
and run this command in your project directory:
Enable the bundle
Edit your application's kernel:
Now, it's time to configure it!
Configuration
Description | Default value | Exemple | |
---|---|---|---|
enabled | determine if responses must be minified if they can | true | - |
java | path to Java executable | /usr/bin/java | - |
jar | path to htmlcompressor executable | - | %kernel.root_dir%/Resources/java/htmlcompressor-1.5.3.jar |
options | any option described in the htmlcompressor documentation | - | { "--compress-js" : ~, "--compress-css" : ~, "--js-compressor" : closure, "--closure-opt-level" : simple } |
All versions of htmlcompressor-bundle with dependencies
PHP Build Version
Package Version
No informations.
The package vihuvac/htmlcompressor-bundle contains the following files
Loading the files please wait ....