PHPackages                             vihuvac/htmlcompressor-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. vihuvac/htmlcompressor-bundle

ActiveSymfony-bundle[Parsing &amp; Serialization](/categories/parsing)

vihuvac/htmlcompressor-bundle
=============================

Symfony2 bundle which allow to minify cacheable HTML and XML responses using htmlcompressor

v1.0.0(10y ago)06.8kMITPHP

Since Mar 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vihuvac/htmlcompressor-bundle)[ Packagist](https://packagist.org/packages/vihuvac/htmlcompressor-bundle)[ Docs](https://github.com/vihuvac/htmlcompressor-bundle)[ RSS](/packages/vihuvac-htmlcompressor-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

HtmlCompressorBundle
====================

[](#htmlcompressorbundle)

> ⚠️ **DEPRECATED**:
>
> Unfortunately I want to inform this bundle is getting deprecated. Sorry for the inconvenience. 😔

---

Allow to minify cacheable HTML and XML responses using [htmlcompressor](https://code.google.com/p/htmlcompressor/).

Installation
------------

[](#installation)

### Get the bundle

[](#get-the-bundle)

Add this line in your composer.json **require** section:

```
"vihuvac/htmlcompressor-bundle": "dev-master"
```

and run this command in your project directory:

```
$ php composer.phar update vihuvac/htmlcompressor-bundle
```

### Enable the bundle

[](#enable-the-bundle)

Edit your application's kernel:

```
// app/AppKernel.php
