yii-tools / awesome-widget
Foundation classes and components used by Yiitools Awesome Widget.
Installs: 14 479
Dependents: 3
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: ^8.1
- yii-tools/form-model: ^1.0@dev
- yii-tools/html: ^1.0@dev
Requires (Dev)
- maglnet/composer-require-checker: ^4.3
- phpunit/phpunit: ^10.0
- roave/infection-static-analysis-plugin: ^1.30
- vimeo/psalm: ^5.6
- yii-tools/support: ^1.0@dev
- yiisoft/test-support: ^3.0
This package is auto-updated.
Last update: 2023-07-02 12:01:56 UTC
README
Foundation Classes and Components used by Yiitools Awesome Widget.
Requirements
The minimun version of PHP required by this package is PHP 8.1.
For install this package, you need composer.
Install
composer require yii-tools/awesome-widget
Usage
Check the documentation docs to learn about usage.
Testing
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
Unit tests
The code is tested with PHPUnit. To run tests:
composer run test
CI status
Our social networks
License
The MIT License (MIT). Please see License File for more information.