nopoco / laminas-stdlib
SPL extensions, array utilities, error handlers, and more
v3.17.0
2023-05-02 10:07 UTC
Requires
- php: ~8.1.0 || ~8.2.0
Requires (Dev)
- laminas/laminas-coding-standard: ^2.5
- phpbench/phpbench: ^1.2.9
- phpunit/phpunit: ^10.0.16
- psalm/plugin-phpunit: ^0.18.4
- vimeo/psalm: ^5.8
Conflicts
This package is auto-updated.
Last update: 2024-10-31 00:18:39 UTC
README
Removed political appeal incompatible with free software here. The original repository is at this link.
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 framework; these can be
found in the benchmark/
directory.
To execute the benchmarks you can run the following command:
$ vendor/bin/phpbench run --report=aggregate