thtmorais / yii2-icons
Assets icons for Yii PHP Framework
0.0.3
2026-06-26 00:11 UTC
Requires
- npm-asset/feather-icons: 4.29.2
- npm-asset/flag-icons: 7.5.0
- npm-asset/keyboard-key-icons: 0.0.1
- yiisoft/yii2: ~2.0.0
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require thtmorais/yii2-icons "*"
or add
"thtmorais/yii2-icons": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
Feather Icons use:
<?php use thtmorais\icons\FeatherIconsAsset; FeatherIconsAsset::register($this); ?>
You can check all details about Feather Icons here.
Flag Icons use:
<?php use thtmorais\icons\FlagIconsAsset; FlagIconsAsset::register($this); ?>
You can check all details about Flag Icons here.
Keyboard Key Icons use:
<?php use thtmorais\icons\KeyboardKeyIconsAsset; KeyboardKeyIconsAsset::register($this); ?>
You can check all details about Keyboard Key Icons here.