8d9ff96cc785c94025af249014c54ea5d7487fbb
[yaffs-website] / vendor / zendframework / zend-stdlib / README.md
1 # zend-stdlib
2
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/github/zendframework/zend-stdlib/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-stdlib?branch=master)
5
6 `Zend\Stdlib` is a set of components that implements general purpose utility
7 class for different scopes like:
8
9 - array utilities functions;
10 - general messaging systems;
11 - string wrappers;
12 - etc.
13
14 ---
15
16 - File issues at https://github.com/zendframework/zend-stdlib/issues
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 ```