yiirocks / svg-inline-bootstrap
Inline Bootstrap Icons for Yii
Fund package maintenance!
1.0.4
2026-08-06 23:19 UTC
Requires
- php: >=8.3
- twbs/bootstrap-icons: ^1.13
- yiirocks/svg-inline: ^2.0
- yiisoft/html: ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: @stable
- httpsoft/http-message: ^1.1
- infection/infection: ^0.34.0
- phpunit/phpunit: @stable
- vimeo/psalm: ^6.0
- yiisoft/aliases: ^3.1
- yiisoft/code-style: ^1.1
- yiisoft/config: ^1.6
- yiisoft/di: *
- yiisoft/files: ^2.0
README
inline
/ˈɪnlʌɪn/
adjectiveincluded as part of the main text on a page, rather than in a separate section
This extension provides simple functions for Yii framework 3.0 applications to add Bootstrap Icons inline.
Stats for Nerds
Installation
composer require yiirocks/svg-inline-bootstrap
Usage
The default configuration will enable $svg in any view.
echo $svg->bootstrap('award');
The complete reference guide is available at Yii.Rocks.