PHPackages                             sema/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. sema/minifier-bundle

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

sema/minifier-bundle
====================

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

512.9k10[1 PRs](https://github.com/sergeysemko/SemaMinifierBundle/pulls)PHP

Since Feb 18Pushed 10y ago3 watchersCompare

[ Source](https://github.com/sergeysemko/SemaMinifierBundle)[ Packagist](https://packagist.org/packages/sema/minifier-bundle)[ RSS](/packages/sema-minifier-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)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": {
    	"sema/minifier-bundle": "dev-master"
    }
}

```

Then update the vendor libraries:

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

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

[](#register-the-bundle)

You must register the bundle in your kernel:

```
