yiirocks/yii-bootstrap-icons

Yii3 Asset Bundle for the Bootstrap Icons

Maintainers

Package info

github.com/YiiRocks/yii-bootstrap-icons

Homepage

pkg:composer/yiirocks/yii-bootstrap-icons

Transparency log

Fund package maintenance!

YiiRocks

Statistics

Installs: 485

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2026-07-04 20:38 UTC

This package is auto-updated.

Last update: 2026-07-14 12:18:01 UTC


README

Yii3 Asset bundle for the Bootstrap Icons

Packagist Version PHP from Packagist Packagist GitHub GitHub Workflow Status

Stats for Nerds

Coverage MSI Tests Assertions

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