cinghie/yii2-ionicons

Asset Bundle to include Ionicons on your Yii 2 project

Installs: 738

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/cinghie/yii2-ionicons

1.0.5 2025-10-18 05:03 UTC

This package is auto-updated.

Last update: 2025-10-18 07:33:36 UTC


README

License Latest Stable Version Latest Release Date Latest Commit Total Downloads

Asset Bundle to include Ionicons on your Yii 2 project: https://ionicons.com/

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require cinghie/yii2-ionicons "^1.0.5"

or add this line to the require section of your composer.json file.

"cinghie/yii2-ionicons": "^1.0.5"

Configuration

Add in the view for normal CSS

use cinghie\ionicons\IoniconsAsset;

IoniconsAsset::register($this);

Add in the view for minify CSS

use cinghie\ionicons\IoniconsMinifyAsset;

IoniconsMinifyAsset::register($this);