gnu-social/vendor/zendframework/zend-filter/README.md

13 lines
688 B
Markdown
Raw Normal View History

2020-08-07 23:42:38 +01:00
# zend-filter
[![Build Status](https://secure.travis-ci.org/zendframework/zend-filter.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-filter)
[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-filter/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-filter?branch=master)
The `Zend\Filter` component provides a set of commonly needed data filters. It
also provides a simple filter chaining mechanism by which multiple filters may
be applied to a single datum in a user-defined order.
- File issues at https://github.com/zendframework/zend-filter/issues
- Documentation is at https://docs.zendframework.com/zend-filter/