annotate vendor/zendframework/zend-stdlib/README.md @ 0:c75dbcec494b
Initial commit from drush-created site
author |
Chris Cannam |
date |
Thu, 05 Jul 2018 14:24:15 +0000 |
parents |
|
children |
5311817fb629 |
rev |
line source |
Chris@0
|
1 # zend-stdlib
|
Chris@0
|
2
|
Chris@0
|
3 [](https://secure.travis-ci.org/zendframework/zend-stdlib)
|
Chris@0
|
4 [](https://coveralls.io/r/zendframework/zend-stdlib?branch=master)
|
Chris@0
|
5
|
Chris@0
|
6 `Zend\Stdlib` is a set of components that implements general purpose utility
|
Chris@0
|
7 class for different scopes like:
|
Chris@0
|
8
|
Chris@0
|
9 - array utilities functions;
|
Chris@0
|
10 - json serializable interfaces;
|
Chris@0
|
11 - general messaging systems;
|
Chris@0
|
12 - string wrappers;
|
Chris@0
|
13 - etc.
|
Chris@0
|
14
|
Chris@0
|
15 ---
|
Chris@0
|
16
|
Chris@0
|
17 - File issues at https://github.com/zendframework/zend-stdlib/issues
|
Chris@0
|
18 - Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-stdlib
|