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

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

damianociarla/tag-bundle
========================

DCSTagBundle adds tagging to your Symfony project, with the ability to associate tags with any number of different entities

v1.1.1(11y ago)3114MITPHPPHP &gt;=5.3

Since Jul 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/damianociarla/DCSTagBundle)[ Packagist](https://packagist.org/packages/damianociarla/tag-bundle)[ Docs](https://github.com/damianociarla/DCSTagBundle)[ RSS](/packages/damianociarla-tag-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

DCSTagBundle
============

[](#dcstagbundle)

**DCSTagBundle** adds tagging to your Symfony project, with the ability to associate tags with any number of different entities.

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

[](#installation)

### a) Download and install DCSTagBundle

[](#a-download-and-install-dcstagbundle)

To install DCSTagBundle run the following command

```
bash $ php composer.phar require damianociarla/tag-bundle

```

### b) Enable the bundle

[](#b-enable-the-bundle)

To enable it add the bundle instance in the kernel:

```

```

3) Configure your application
-----------------------------

[](#3-configure-your-application)

```
# app/config/config.yml

dcs_tag:
    db_driver: orm
    model: Acme\TagBundle\Entity\Tag

```

4) Add relationships to your Entity classes
-------------------------------------------

[](#4-add-relationships-to-your-entity-classes)

```
