PHPackages                             elcweb/tag-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. elcweb/tag-bundle

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

elcweb/tag-bundle
=================

Allows you to easily deploy and access FPNTagBundle

01.4kPHP

Since Nov 11Pushed 12y ago1 watchersCompare

[ Source](https://github.com/elcweb/TagBundle)[ Packagist](https://packagist.org/packages/elcweb/tag-bundle)[ RSS](/packages/elcweb-tag-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

TagBundle
=========

[](#tagbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/84044f9972f1a00e9a0c556ccd9aecb471186b0369e1a2b5372f732856d03d69/68747470733a2f2f706f7365722e707567782e6f72672f656c637765622f7461672d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/elcweb/tag-bundle)[![Total Downloads](https://camo.githubusercontent.com/047d656894d6c92b91db9db0f5d18a774aed14695758f5bdba405f55c05635c6/68747470733a2f2f706f7365722e707567782e6f72672f656c637765622f7461672d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/elcweb/tag-bundle)

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

[](#installation)

### Step 1: Download using composer

[](#step-1-download-using-composer)

```
{
    "require": {
        "elcweb/tag-bundle": "dev-master"
    }
}
```

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

```
$ php composer.phar update elcweb/tag-bundle
```

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
