Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 939 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 939 Bytes

zend-tag

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.