chriscollins / general-utils
General PHP utilities.
3.0.0
2026-05-06 21:48 UTC
Requires
- php: >=8.1
- ext-curl: *
- ext-mbstring: *
- symfony/finder: ~2|~3|~4|~5|~6
Requires (Dev)
- phpunit/phpunit: ~13.0
- rector/rector: ^2.4
- squizlabs/php_codesniffer: ~4.0
This package is not auto-updated.
Last update: 2026-05-07 19:27:48 UTC
README
General PHP utilities.
https://github.com/chriscollins/general-utils
Installation
Require in your project via composer.json as follows:
{
"require": {
"chriscollins/general-utils": "~3.0.0"
}
}
Run composer install.