/laminas-tag

Manipulate and weight taggable items, and create tag clouds

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

laminas-tag

Build Status

Laminas\Tag is a component suite which provides a facility to work with taggable Items. As its base, it provides two classes to work with Tags, Laminas\Tag\Item and Laminas\Tag\ItemList. Additionally, it comes with the interface Laminas\Tag\TaggableInterface, which allows you to use any of your models as a taggable item in conjunction with Laminas\Tag.