PHPackages                             cinghie/yii2-ionicons - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. cinghie/yii2-ionicons

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

cinghie/yii2-ionicons
=====================

Asset Bundle to include Ionicons (icon font) on your Yii 2 project

1.0.5(10mo ago)07861BSD-3-ClausePHP

Since Jul 8Pushed 3w ago2 watchersCompare

[ Source](https://github.com/cinghie/yii2-ionicons)[ Packagist](https://packagist.org/packages/cinghie/yii2-ionicons)[ Docs](https://github.com/cinghie/yii2-fontawesome)[ RSS](/packages/cinghie-yii2-ionicons/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (1)

Yii2 Ionicons
=============

[](#yii2-ionicons)

[![License](https://camo.githubusercontent.com/d61b8c7e2c7ef0cee53da28f7968f455dc9b8b0c0775da380aa5918a937bc746/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63696e676869652f796969322d696f6e69636f6e732e737667)](https://camo.githubusercontent.com/d61b8c7e2c7ef0cee53da28f7968f455dc9b8b0c0775da380aa5918a937bc746/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63696e676869652f796969322d696f6e69636f6e732e737667)[![Latest Stable Version](https://camo.githubusercontent.com/a5139db3aeba9c6c6a1c4a9ab9ae2ea14c6962f41bb1ae8c6e9891b1082447b1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f63696e676869652f796969322d696f6e69636f6e732e737667)](https://camo.githubusercontent.com/a5139db3aeba9c6c6a1c4a9ab9ae2ea14c6962f41bb1ae8c6e9891b1082447b1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f63696e676869652f796969322d696f6e69636f6e732e737667)[![Latest Release Date](https://camo.githubusercontent.com/3a1931959989df24e0cf97e29df8d440edba7296e4ce2df04361bfa6ab6d93da/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652d646174652f63696e676869652f796969322d696f6e69636f6e732e737667)](https://camo.githubusercontent.com/3a1931959989df24e0cf97e29df8d440edba7296e4ce2df04361bfa6ab6d93da/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652d646174652f63696e676869652f796969322d696f6e69636f6e732e737667)[![Latest Commit](https://camo.githubusercontent.com/ef41e2f64109fd767e372c7c5e1a1ef6f49137926751c2b5fee5ce71d3127e79/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f63696e676869652f796969322d696f6e69636f6e732e737667)](https://camo.githubusercontent.com/ef41e2f64109fd767e372c7c5e1a1ef6f49137926751c2b5fee5ce71d3127e79/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f63696e676869652f796969322d696f6e69636f6e732e737667)[![Total Downloads](https://camo.githubusercontent.com/d9b16688d7b73104a27367806f6e188d932378a4f5c5cf17c8c6119235cbe8f1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63696e676869652f796969322d696f6e69636f6e732e737667)](https://packagist.org/packages/cinghie/yii2-ionicons)

Asset bundle for the **Ionicons icon font** (classic `ion ion-*` CSS classes) on Yii 2.

**Current package version: 1.1.0** — requires `bower-asset/ionicons` `~2.0.0` (icon-font era; last line **2.0.1**).

> Ionicons 4+ ships as SVG web components (``), not as a CSS webfont. This package intentionally stays on the 2.x font for AdminLTE / legacy markup compatibility.

Installation
------------

[](#installation)

```
composer require cinghie/yii2-ionicons "^1.1.0"
```

Or add to `composer.json`:

```
{
    "require": {
        "cinghie/yii2-ionicons": "^1.1.0"
    }
}
```

Your Composer setup must resolve `bower-asset/*` packages (for example [asset-packagist.org](https://asset-packagist.org)).

Usage
-----

[](#usage)

In a view or layout, register the minified bundle in production:

```
use cinghie\ionicons\IoniconsMinifyAsset;

IoniconsMinifyAsset::register($this);
```

Full (non-minified) CSS:

```
use cinghie\ionicons\IoniconsAsset;

IoniconsAsset::register($this);
```

Markup example (Ionicons 2.x class names):

```

```

Icon reference: [ionicons.com](https://ionicons.com/) (historical font set; class names match the 2.x cheatsheet).

Notes
-----

[](#notes)

- Bundles publish only `css/ionicons(.min).css` and `fonts/*`.
- No dependency on `yii\web\YiiAsset`.

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance77

Regular maintenance activity

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~531 days

Recently: every ~634 days

Total

6

Last Release

305d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cfedb99c8fcbaf668c4f9779d341997b84029673eda224241b11732981cbc8b2?d=identicon)[cinghie](/maintainers/cinghie)

---

Top Contributors

[![cinghie](https://avatars.githubusercontent.com/u/2445152?v=4)](https://github.com/cinghie "cinghie (30 commits)")

---

Tags

yii2ioniconsyii2 ioniconsyii2 iconionicons yii2

### Embed Badge

![Health badge](/badges/cinghie-yii2-ionicons/health.svg)

```
[![Health](https://phpackages.com/badges/cinghie-yii2-ionicons/health.svg)](https://phpackages.com/packages/cinghie-yii2-ionicons)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13926.0k66](/packages/skeeks-cms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
