yiirocks / yii-bootstrap-icons
Yii3 Asset Bundle for the Bootstrap Icons
Fund package maintenance!
1.0.1
2026-07-04 20:38 UTC
Requires
- php: >=8.3
- twbs/bootstrap-icons: ^1.13
- yiisoft/assets: ^5.1
Requires (Dev)
- friendsofphp/php-cs-fixer: @stable
- infection/infection: ^0.34.0
- phpmd/phpmd: @stable
- phpunit/phpunit: @stable
- squizlabs/php_codesniffer: @stable
- vimeo/psalm: ^6.0
- yiisoft/config: ^1.6
- yiisoft/di: *
- yiisoft/files: ^2.0
This package is auto-updated.
Last update: 2026-07-14 12:18:01 UTC
README
Yii3 Asset bundle for the Bootstrap Icons
Stats for Nerds
Installation
The package could be installed via composer:
composer require yiirocks/yii-bootstrap-icons
Usage
use YiiRocks\Yii\Bootstrap\Icons\Assets\BootstrapIconsAsset; $assetManager->register( BootstrapIconsAsset::class, );
Unit testing
The package is tested with Psalm, PHPUnit and Infection. To run tests:
composer psalm composer phpunit composer infection