yii-extension / widgets
Collection of useful widgets for Yii.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 7 835
Dependents: 4
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 5
Requires
- php: ^7.4|^8.0
- yii-extension/simple-widget: ^1.0.0
- yiisoft/html: ^2.0.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- roave/infection-static-analysis-plugin: ^1.8
- vimeo/psalm: ^4.8
- yiisoft/var-dumper: ^1.1.0
This package is auto-updated.
Last update: 2024-01-10 10:36:23 UTC
README
Collection of useful widgets for Yii.
Installation
composer require yii-extension/widgets
Unit testing
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunit
Mutation testing
The package tests are checked with Infection mutation framework. To run it:
./vendor/bin/infection
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
./vendor/bin/psalm
License
The yii-extension/widgets
for Yii Packages is free software.
It is released under the terms of the BSD License. Please see LICENSE
for more information.
Maintained by Yii Extension.