Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weierophinney/laminas-stdlib
https://github.com/weierophinney/laminas-stdlib
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/weierophinney/laminas-stdlib
- Owner: weierophinney
- License: other
- Created: 2019-12-14T00:54:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T20:05:46.000Z (almost 4 years ago)
- Last Synced: 2024-11-06T20:53:07.683Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 2.36 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# laminas-stdlib
[![Build Status](https://travis-ci.org/laminas/laminas-stdlib.svg?branch=master)](https://travis-ci.org/laminas/laminas-stdlib)
[![Coverage Status](https://coveralls.io/repos/github/laminas/laminas-stdlib/badge.svg?branch=master)](https://coveralls.io/github/laminas/laminas-stdlib?branch=master)`Laminas\Stdlib` is a set of components that implements general purpose utility
class for different scopes like:- array utilities functions;
- general messaging systems;
- string wrappers;
- etc.---
- File issues at https://github.com/laminas/laminas-stdlib/issues
- Documentation is at https://docs.laminas.dev/laminas-stdlib/## Benchmarks
We provide scripts for benchmarking laminas-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
```