thtmorais/yii2-icons

Assets icons for Yii PHP Framework

Maintainers

Package info

github.com/thtmorais/yii2-icons

Type:yii2-extension

pkg:composer/thtmorais/yii2-icons

Statistics

Installs: 9 111

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

0.0.1 2025-02-06 23:56 UTC

This package is auto-updated.

Last update: 2026-03-07 03:25:35 UTC


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);
FlagIconsAsset::register($this);

?>

You can preview all Feather icons here.

You can preview all Flag icons here.