PHPackages                             gerardtoko/assetlib-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. gerardtoko/assetlib-bundle

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

gerardtoko/assetlib-bundle
==========================

Grouping the asset libraries in a symfony2 bundle

1.0(13y ago)138MITJavaScriptPHP &gt;=5.3.2

Since Jan 8Pushed 13y agoCompare

[ Source](https://github.com/gerardtoko/GTAssetLibBundle)[ Packagist](https://packagist.org/packages/gerardtoko/assetlib-bundle)[ Docs](http://www.gerardtoko.com)[ RSS](/packages/gerardtoko-assetlib-bundle/feed)WikiDiscussions master Synced 1mo ago

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

GTAssetLibBundle
================

[](#gtassetlibbundle)

Grouping the asset libraries in a symfony2 bundle

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

[](#installation)

### Download GTAssetLibBundle using composer

[](#download-gtassetlibbundle-using-composer)

Add GTAssetLibBundle in your composer.json:

```
{
    "require": {
        "gerardtoko/assetlib-bundle": "dev-master"
    }
}
```

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

```
$ php composer.phar update gerardtoko/assetlib-bundle
```

Composer will install the bundle to your project's `vendor/gerardtoko/assetlib-bundle` directory.

### Register the bundle

[](#register-the-bundle)

You must register the bundle in your kernel:

```
