Mercurial > hg > isophonics-drupal-site
annotate vendor/zendframework/zend-stdlib/README.md @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | c2387f117808 |
children |
rev | line source |
---|---|
Chris@0 | 1 # zend-stdlib |
Chris@0 | 2 |
Chris@0 | 3 [](https://secure.travis-ci.org/zendframework/zend-stdlib) |
Chris@16 | 4 [](https://coveralls.io/github/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 - general messaging systems; |
Chris@0 | 11 - string wrappers; |
Chris@0 | 12 - etc. |
Chris@0 | 13 |
Chris@0 | 14 --- |
Chris@0 | 15 |
Chris@0 | 16 - File issues at https://github.com/zendframework/zend-stdlib/issues |
Chris@12 | 17 - Documentation is at https://docs.zendframework.com/zend-stdlib/ |
Chris@16 | 18 |
Chris@16 | 19 ## Benchmarks |
Chris@16 | 20 |
Chris@16 | 21 We provide scripts for benchmarking zend-stdlib using the |
Chris@16 | 22 [PHPBench](https://github.com/phpbench/phpbench) framework; these can be |
Chris@16 | 23 found in the `benchmark/` directory. |
Chris@16 | 24 |
Chris@16 | 25 To execute the benchmarks you can run the following command: |
Chris@16 | 26 |
Chris@16 | 27 ```bash |
Chris@16 | 28 $ vendor/bin/phpbench run --report=aggregate |
Chris@16 | 29 ``` |