PHPackages                             idci/merge-token-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. idci/merge-token-bundle

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

idci/merge-token-bundle
=======================

IDCI MergeTokenBundle

v1.0.0(9y ago)05.4kMITPHPPHP &gt;=5.3.3

Since Sep 30Pushed 6y ago2 watchersCompare

[ Source](https://github.com/IDCI-Consulting/MergeTokenBundle)[ Packagist](https://packagist.org/packages/idci/merge-token-bundle)[ Docs](https://github.com/IDCI-Consulting/MergeTokenBundle)[ RSS](/packages/idci-merge-token-bundle/feed)WikiDiscussions master Synced 3w ago

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

IDCIMergeTokenBundle
====================

[](#idcimergetokenbundle)

Symfony2's IDCI Merge Token Bundle.

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

[](#installation)

Add dependencies in your `composer.json` file:

```
"require": {
    ...,
    "idci/merge-token-bundle": "dev-master"
}
```

Install these new dependencies of your application:

```
$ php composer.phar update
```

Enable bundles in your application kernel:

```
