PHPackages                             h4md1/jsqueeze-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. [Templating &amp; Views](/categories/templating)
4. /
5. h4md1/jsqueeze-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

h4md1/jsqueeze-bundle
=====================

This bundle allows you to use jsqueeze in your twig template.

0.0.1(11y ago)118MITPHP

Since Mar 1Pushed 11y ago1 watchersCompare

[ Source](https://github.com/killerwolf/H4md1JsqueezeBundle)[ Packagist](https://packagist.org/packages/h4md1/jsqueeze-bundle)[ RSS](/packages/h4md1-jsqueeze-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

H4md1JsqueezeBundle
===================

[](#h4md1jsqueezebundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/d3095f80ff25ca7f861798980c9729f58a6c7175bf5acb35639c2f408d236886/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f30373361613136642d666533302d343065332d616433302d3734356233336432613434302f6269672e706e67)](https://insight.sensiolabs.com/projects/073aa16d-fe30-40e3-ad30-745b33d2a440)

This bundle allows you to use jsqueeze in your twig template.

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

[](#installation)

### Step 1: Install H4md1JsqueezeBundle using [Composer](http://getcomposer.org)

[](#step-1-install-h4md1jsqueezebundle-using-composer)

Add JsqueezeBundle in your `composer.json`:

```
{
    "require": {
        "h4md1/jsqueeze-bundle": "dev-master"
    }
}

```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update h4md1/jsqueeze-bundle

```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
