PHPackages                             icedream/javascriptpackerbundle - 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. icedream/javascriptpackerbundle

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

icedream/javascriptpackerbundle
===============================

Dean Edwards Packer, usable from Symfony2

1.0.0(11y ago)0311MITPHP

Since Jun 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/icedream/JavaScriptPackerBundle)[ Packagist](https://packagist.org/packages/icedream/javascriptpackerbundle)[ RSS](/packages/icedream-javascriptpackerbundle/feed)WikiDiscussions master Synced 1w ago

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

JavaScript Packer Bundle for Symfony2
=====================================

[](#javascript-packer-bundle-for-symfony2)

This bundle allows you to use the PHP port of [Dean Edward's Packer](http://dean.edwards.name/packer/) to compress JavaScripts

Beta disclaimer
---------------

[](#beta-disclaimer)

Feel free to use this bundle but keep in mind it is still in beta stage and needs a bit of testing. If you see any issues with this bundle, please give feedback using the [GitHub issue tracker](https://github.com/icedream/JavaScriptPackerBundle/issues).

Installation/Usage
------------------

[](#installationusage)

1. Install via composer:

    ```
    composer require icedream/javascriptpackerbundle:~1.0@beta
    ```
2. Download the PHP port of Dean Edward's packer. The recommended way is to use the suggestion of this package and install `meenie/javascript-packer` via composer.

    ```
    composer require meenie/javascript-packer:~1.1
    ```
3. Add bundle to the application kernel (`app/AppKernel.php`):

    ```
