composer package updates
[openemr.git] / vendor / zendframework / zend-tag / README.md
blob9ac8327cf9b765557a181c5a72cf5cb9e2a70ed4
1 # zend-tag
3 [![Build Status](https://secure.travis-ci.org/zendframework/zend-tag.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-tag)
4 [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-tag/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-tag?branch=master)
6 `Zend\Tag` is a component suite which provides a facility to work with taggable
7 Items. As its base, it provides two classes to work with Tags, `Zend\Tag\Item`
8 and `Zend\Tag\ItemList`. Additionally, it comes with the interface
9 `Zend\Tag\TaggableInterface`, which allows you to use any of your models as a
10 taggable item in conjunction with `Zend\Tag`.
13 - File issues at https://github.com/zendframework/zend-tag/issues
14 - Documentation is at https://docs.zendframework.com/zend-tag/