Mercurial > hg > cmmr2012-drupal-site
diff 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 |
line wrap: on
line diff
--- a/vendor/zendframework/zend-stdlib/README.md Thu Jul 05 15:32:06 2018 +0100 +++ b/vendor/zendframework/zend-stdlib/README.md Tue Jul 10 13:19:18 2018 +0000 @@ -1,13 +1,12 @@ # zend-stdlib [](https://secure.travis-ci.org/zendframework/zend-stdlib) -[](https://coveralls.io/r/zendframework/zend-stdlib?branch=master) +[](https://coveralls.io/github/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; -- json serializable interfaces; - general messaging systems; - string wrappers; - etc. @@ -15,4 +14,16 @@ --- - File issues at https://github.com/zendframework/zend-stdlib/issues -- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-stdlib +- Documentation is at https://docs.zendframework.com/zend-stdlib/ + +## Benchmarks + +We provide scripts for benchmarking zend-stdlib using the +[PHPBench](https://github.com/phpbench/phpbench) framework; these can be +found in the `benchmark/` directory. + +To execute the benchmarks you can run the following command: + +```bash +$ vendor/bin/phpbench run --report=aggregate +```