yii-extension / bootstrap5
Yii Extension Twitter Bootstrap5.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 3 262
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 8
Requires
- php: >=8.0
- yii-extension/asset-bootstrap5: ^1.0
- yiisoft/html: ^2.0
- yiisoft/widget: ^1.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- roave/infection-static-analysis-plugin: ^1.8
- vimeo/psalm: ^4.8
- yiisoft/test-support: ^1.3
- yiisoft/var-dumper: ^1.1.0
- dev-master / 1.0.x-dev
- dev-dependabot/composer/vimeo/psalm-tw-5.9
- dev-dependabot/composer/yiisoft/widget-tw-2.0
- dev-dependabot/composer/yiisoft/html-tw-3.1
- dev-dependabot/github_actions/actions/cache-3.0.11
- dev-dependabot/github_actions/actions/checkout-3.1.0
- dev-dependabot/composer/yiisoft/test-support-tw-3.0
- dev-all-rework
- dev-dependabot/github_actions/codecov/codecov-action-3
This package is auto-updated.
Last update: 2023-12-30 23:28:14 UTC
README
Yii Extension Twitter Bootstrap5.
Installation
composer require yii-extension/bootstrap5
The widgets do not register any assets, you must register the assets for Bootstrap5 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/bootstrap5
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.