yii-extension / bulma
Yii Extension Bulma.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 2 122
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 5
Requires
- php: ^7.4|^8.0
- yii-extension/asset-bulma: ^1.0
- yii-extension/simple-widget: ^1.0
- yiisoft/html: ^2.0
- yiisoft/var-dumper: ^1.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- roave/infection-static-analysis-plugin: ^1.8
- vimeo/psalm: ^4.8
This package is auto-updated.
Last update: 2024-01-10 22:58:53 UTC
README
Yii Extension Bulma.
Installation
composer require yii-extension/bulma
The widgets do not register any assets, you must register the assets for Bulma Css Framework
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/bulma
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.