20 lines
731 B
Markdown
20 lines
731 B
Markdown
|
# zend-stdlib
|
||
|
|
||
|
[![Build Status](https://secure.travis-ci.org/zendframework/zend-stdlib.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-stdlib)
|
||
|
[![Coverage Status](https://coveralls.io/repos/zendframework/zend-stdlib/badge.svg?branch=master)](https://coveralls.io/r/zendframework/zend-stdlib?branch=master)
|
||
|
|
||
|
`Zend\Stdlib` is a set of components that implements general purpose utility
|
||
|
class for different scopes like:
|
||
|
|
||
|
- array utilities functions;
|
||
|
- hydrators;
|
||
|
- json serializable interfaces;
|
||
|
- general messaging systems;
|
||
|
- string wrappers;
|
||
|
- etc.
|
||
|
|
||
|
---
|
||
|
|
||
|
- File issues at https://github.com/zendframework/zend-stdlib/issues
|
||
|
- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-stdlib
|