The minimun version of PHP required by this package is PHP 8.1.
For install this package, you need composer, and fileinfo PHP extension.
composer require yii-tools/service
For use this package, you need read the docs.
This package uses composer-require-checker to check if all dependencies are correctly defined in composer.json
.
To run the checker, execute the following command:
composer run check-dependencies
Mutation testing is checked with Infection. To run it:
composer run mutation
The code is statically analyzed with Psalm. To run static analysis:
composer run psalm
The code is tested with PHPUnit. To run tests:
composer run test
The MIT License (MIT). Please see License File for more information.