zendframework/zend-tag

This package is abandoned and no longer maintained. The author suggests using the laminas/laminas-tag package instead.

Manipulate and weight taggable items, and create tag clouds

Maintainers

Package info

github.com/zendframework/zend-tag

Chat

Forum

Documentation

pkg:composer/zendframework/zend-tag

Statistics

Installs: 3 481 700

Dependents: 8

Suggesters: 0

Stars: 8

Open Issues: 0

2.7.1 2019-04-30 21:23 UTC

README

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-tag.

Build Status Coverage Status

Zend\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, Zend\Tag\Item and Zend\Tag\ItemList. Additionally, it comes with the interface Zend\Tag\TaggableInterface, which allows you to use any of your models as a taggable item in conjunction with Zend\Tag.