FabienPennequin / FPNTagBundle

This bundle allows to tag your Doctrine entities easily
http://knpbundles.com/FabienPennequin/FPNTagBundle
76 stars 50 forks source link

doctrine-extensions-taggable #32

Closed bonswouar closed 10 years ago

bonswouar commented 10 years ago

I'm already using some doctrine extensions with the bundle gedmo/doctrine-extensions which include them all. But your Bundle depends on fpn/doctrine-extensions-taggable, which only includes the taggable behaviour of Doctrine Extensions. How could I manage that, without having the same library twice ?

jbouzekri commented 10 years ago

I am looking at the gedmo doctrine extensions but I don't see any taggable behaviours. So If you want to use this bundle you must use our dependency.

Moreover for now our taggable extension is dependent of an external service TagManager which must be called to hydrate and manipulate the tags of an entity. So with this philosophy, I don't think we can merge it in the gedmo extensions.