yiirocks/yii-bootstrap-icons

Yii3 Asset Bundle for the Bootstrap Icons

Installs: 324

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/yiirocks/yii-bootstrap-icons

1.0.0 2025-07-29 09:46 UTC

This package is auto-updated.

Last update: 2025-09-29 10:28:14 UTC


README

Yii3 Asset bundle for the Bootstrap Icons

Packagist Version PHP from Packagist Packagist GitHub

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 and PHPUnit. To run tests:

composer psalm
composer phpunit

Maintainability Codacy branch grade GitHub Workflow Status