PHPackages                             icap-lyon1/simple-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. icap-lyon1/simple-tag-bundle

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

icap-lyon1/simple-tag-bundle
============================

Symfony TagBundle that easily adds tags to any entity

2.0.0(13y ago)16402[1 issues](https://github.com/iCAPLyon1/SimpleTagBundle/issues)GPL-3.0+PHPPHP &gt;=5.3.2

Since Feb 27Pushed 13y ago4 watchersCompare

[ Source](https://github.com/iCAPLyon1/SimpleTagBundle)[ Packagist](https://packagist.org/packages/icap-lyon1/simple-tag-bundle)[ RSS](/packages/icap-lyon1-simple-tag-bundle/feed)WikiDiscussions master Synced today

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

SimpleTagBundle
===============

[](#simpletagbundle)

Symfony2 bundle to easily manage tags with any entity.

Installation
============

[](#installation)

To install this bundle please follow the next steps:

First add the dependency in your `composer.json` file:

```
"require": {
    ...
    "icap-lyon1/simple-tag-bundle": "2.0.*"
},
```

Then install the bundle with the command:

```
php composer update
```

Enable the bundle in your application kernel:

```
