kaloa / util
A collection of utility classes
v0.2.0
2026-04-22 19:22 UTC
Requires
- php: >=8.2.0
Requires (Dev)
- phpmd/phpmd: ~2.0
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^13.0
- squizlabs/php_codesniffer: ^4.0
README
Install
Via Composer:
$ composer require kaloa/util
Requirements
PHP 8.2 or later.
Testing
$ vendor/bin/phpunit
Further quality assurance:
$ vendor/bin/phpcs --standard=PSR12 ./src $ vendor/bin/phpmd ./src text codesize,design,naming $ vendor/bin/phpstan analyse --level=max src
Credits
License
The package is published under the MIT License. See LICENSE for full license info.