chriscollins / general-utils
General PHP utilities.
2.0.0
2022-08-22 23:15 UTC
Requires
- php: >=7.4.0
- ext-curl: *
- ext-mbstring: *
- symfony/finder: ~2|~3|~4|~5|~6
Requires (Dev)
- phpunit/phpunit: ~9.5.23
- squizlabs/php_codesniffer: ~3.7.1
This package is not auto-updated.
Last update: 2024-12-24 10:28:40 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": "~2.0.0" } }
Run composer install
.