kunstmaan / tagging-bundle
Uses FabienPennequin/DoctrineExtensions-Taggable to add tagging to the Kunstmaan bundles
Package info
github.com/Kunstmaan/KunstmaanTaggingBundle
Type:symfony-bundle
pkg:composer/kunstmaan/tagging-bundle
Requires
- php: ^8.1
- fpn/doctrine-extensions-taggable: ~0.9
- kunstmaan/admin-bundle: ^7.0
- kunstmaan/adminlist-bundle: ^7.0
- kunstmaan/node-bundle: ^7.0
- kunstmaan/pagepart-bundle: ^7.0
Requires (Dev)
This package is auto-updated.
Last update: 2026-06-15 20:34:44 UTC
README
This bundle adds tagging to your Kunstmaan Bundles project.
Installation requirements
You should be able to get Symfony 3 up and running before you can install the KunstmaanTaggingBundle.
Installation instructions
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
Symfony 2.2
If you want to use this bundle for a Symfony 2.2 release, use the 2.2 branch.