12 lines
699 B
Markdown
12 lines
699 B
Markdown
|
# zend-hydrator
|
||
|
|
||
|
[![Build Status](https://secure.travis-ci.org/zendframework/zend-hydrator.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-hydrator)
|
||
|
[![Coverage Status](https://coveralls.io/repos/zendframework/zend-hydrator/badge.svg?branch=master)](https://coveralls.io/r/zendframework/zend-hydrator?branch=master)
|
||
|
|
||
|
`Zend\Hydrator` provides utilities for mapping arrays to objects, and vice
|
||
|
versa, including facilities for filtering which data is mapped as well as
|
||
|
providing mechanisms for mapping nested structures.
|
||
|
|
||
|
- File issues at https://github.com/zendframework/zend-hydrator/issues
|
||
|
- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-stdlib
|