This bundle adds tagging to your Kunstmaan Bundles project.
You should be able to get Symfony 2.3 up and running before you can install the KunstmaanTaggingBundle.
Assuming you have installed composer.phar or composer binary:
$ composer require kunstmaan/tagging-bundle
$ composer require fpn/doctrine-extensions-taggable
Add the KunstmaanTaggingBundle to your AppKernel.php file:
new Kunstmaan\TaggingBundle\KunstmaanTaggingBundle(),
You can find more detailed information on how to use this bundle here
If you want to use this bundle for a Symfony 2.2 release, use the 2.2 branch.