Yii2 taxonomy, term, tag, properties

Hello,

I was looking for a module which can provide me tags and properties. I had a look to different module out there :

They were all with pros and cons. In my case i was looking a module to be able to extend any AR model and add tagging and properties to it. I was looking for something which do not need to create table for every model on which i’m adding tags and properties. And the one who was fitting the most of my need was yii2-taxonomy-term by mhndev.

I was missing some stuff so i add to is module tags and properties and usage of behavior to extend a model instead of using trait. So if you want to have a look you can find it here :

Regards,

Macfly