chriscollins / general-utils
General PHP utilities.
Installs: 58
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/chriscollins/general-utils
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: 2025-09-30 13:55:44 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
.