PHPackages                             wrewolf/minifier-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wrewolf/minifier-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

wrewolf/minifier-bundle
=======================

This bundle allows you to minify html code, combine and minify JavaScript files and CSS files without Java VM.

023PHP

Since Sep 2Pushed 8y agoCompare

[ Source](https://github.com/wrewolf/SemaMinifierBundle)[ Packagist](https://packagist.org/packages/wrewolf/minifier-bundle)[ RSS](/packages/wrewolf-minifier-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

SemaMinifierBundle
==================

[](#semaminifierbundle)

This Symfony2 bundle allows you to minify html code, combine and minify JavaScript files and CSS files without Java VM.

Installation
============

[](#installation)

Install using composer.json
---------------------------

[](#install-using-composerjson)

If you are using composer to manage your project, just add the following line to your composer.json file

```
{
    "require": {
    	"wrewolf/minifier-bundle": "dev-master"
    }
}

```

Then update the vendor libraries:

```
composer.phar update
# OR
composer.phar update wrewolf/minifier-bundle # to only update the bundle
```

Register the bundle
-------------------

[](#register-the-bundle)

You must register the bundle in your kernel:

```
