yii-tools / service
Service for YiiFramework v.3.0.
Installs: 11 118
Dependents: 5
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- ext-fileinfo: *
- psr/http-factory: ^1.0.1
- psr/http-message: ^1.0
- psr/log: ^3.0
- yiisoft/aliases: ^3.0
- yiisoft/arrays: ^3.0
- yiisoft/data-response: ^2.0
- yiisoft/mailer: ^5.0
- yiisoft/mailer-symfony: ^3.0
- yiisoft/router: ^3.0
- yiisoft/router-fastroute: ^3.0
- yiisoft/session: ^2.0
- yiisoft/translator: ^3.0
- yiisoft/translator-message-php: ^1.1
- yiisoft/view: ^8.0
Requires (Dev)
- httpsoft/http-message: ^1.0
- infection/infection: ^0.27
- maglnet/composer-require-checker: ^4.3
- phpunit/phpunit: ^10.1
- roave/infection-static-analysis-plugin: ^1.31
- vimeo/psalm: ^5.4
- yii-tools/support: ^1.0@dev
- yiisoft/config: ^1.3
- yiisoft/di: ^1.2
- yiisoft/log: ^2.0
- yiisoft/translator-message-php: ^1.1
- yiisoft/yii-event: ^2.0
This package is auto-updated.
Last update: 2024-11-14 21:45:18 UTC
README
Service for YiiFramework v.3.0.
Requirements
The minimun version of PHP required by this package is PHP 8.1.
For install this package, you need composer, and fileinfo PHP extension.
Install
composer require yii-tools/service
Usage
For use this package, you need read the docs.
Checking dependencies
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
Mutation testing is checked with Infection. To run it:
composer run mutation
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
composer run psalm
Testing
The code is tested with PHPUnit. To run tests:
composer run test
CI status
License
The MIT License (MIT). Please see License File for more information.