comparison vendor/zendframework/zend-stdlib/README.md @ 2:5311817fb629

Theme updates
author Chris Cannam
date Tue, 10 Jul 2018 13:19:18 +0000
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
1:0b0e5f3b1e83 2:5311817fb629
1 # zend-stdlib 1 # zend-stdlib
2 2
3 [![Build Status](https://secure.travis-ci.org/zendframework/zend-stdlib.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-stdlib) 3 [![Build Status](https://secure.travis-ci.org/zendframework/zend-stdlib.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-stdlib)
4 [![Coverage Status](https://coveralls.io/repos/zendframework/zend-stdlib/badge.svg?branch=master)](https://coveralls.io/r/zendframework/zend-stdlib?branch=master) 4 [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-stdlib/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-stdlib?branch=master)
5 5
6 `Zend\Stdlib` is a set of components that implements general purpose utility 6 `Zend\Stdlib` is a set of components that implements general purpose utility
7 class for different scopes like: 7 class for different scopes like:
8 8
9 - array utilities functions; 9 - array utilities functions;
10 - json serializable interfaces;
11 - general messaging systems; 10 - general messaging systems;
12 - string wrappers; 11 - string wrappers;
13 - etc. 12 - etc.
14 13
15 --- 14 ---
16 15
17 - File issues at https://github.com/zendframework/zend-stdlib/issues 16 - File issues at https://github.com/zendframework/zend-stdlib/issues
18 - Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-stdlib 17 - Documentation is at https://docs.zendframework.com/zend-stdlib/
18
19 ## Benchmarks
20
21 We provide scripts for benchmarking zend-stdlib using the
22 [PHPBench](https://github.com/phpbench/phpbench) framework; these can be
23 found in the `benchmark/` directory.
24
25 To execute the benchmarks you can run the following command:
26
27 ```bash
28 $ vendor/bin/phpbench run --report=aggregate
29 ```