yiirocks / yii-bootstrap-icons
Yii3 Asset Bundle for the Bootstrap Icons
Installs: 255
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii3-extension
Requires
- php: >=8.1.0
- twbs/bootstrap-icons: ^1.11
- yiisoft/assets: ^5.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.70
- phpunit/phpunit: ^10.5
- yiisoft/config: ^1.6
- yiisoft/di: *
- yiisoft/files: ^2.0
This package is auto-updated.
Last update: 2025-03-13 16:20:06 UTC
README
Yii3 Asset bundle for the Bootstrap Icons
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 PHPUnit. To run tests:
./vendor/bin/phpunit