annotate vendor/zendframework/zend-stdlib/README.md @ 5:12f9dff5fda9
tip
Update to Drupal core 8.7.1
author |
Chris Cannam |
date |
Thu, 09 May 2019 15:34:47 +0100 |
parents |
5311817fb629 |
children |
|
rev |
line source |
Chris@0
|
1 # zend-stdlib
|
Chris@0
|
2
|
Chris@0
|
3 [](https://secure.travis-ci.org/zendframework/zend-stdlib)
|
Chris@2
|
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@2
|
17 - Documentation is at https://docs.zendframework.com/zend-stdlib/
|
Chris@2
|
18
|
Chris@2
|
19 ## Benchmarks
|
Chris@2
|
20
|
Chris@2
|
21 We provide scripts for benchmarking zend-stdlib using the
|
Chris@2
|
22 [PHPBench](https://github.com/phpbench/phpbench) framework; these can be
|
Chris@2
|
23 found in the `benchmark/` directory.
|
Chris@2
|
24
|
Chris@2
|
25 To execute the benchmarks you can run the following command:
|
Chris@2
|
26
|
Chris@2
|
27 ```bash
|
Chris@2
|
28 $ vendor/bin/phpbench run --report=aggregate
|
Chris@2
|
29 ```
|