PHPackages                             wfcreations/yii2-simple-line-icons - 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. wfcreations/yii2-simple-line-icons

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

wfcreations/yii2-simple-line-icons
==================================

07.2k↓21.7%2PHP

Since Jul 10Pushed 10y ago1 watchersCompare

[ Source](https://github.com/desenvolvedorindie/yii2-simple-line-icons)[ Packagist](https://packagist.org/packages/wfcreations/yii2-simple-line-icons)[ RSS](/packages/wfcreations-yii2-simple-line-icons/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii 2 Simple Line Icons Asset Bundle
====================================

[](#yii-2-simple-line-icons-asset-bundle)

This extension provides a assets bundle with [Simple Line Icons](http://thesabbir.github.io/simple-line-icons/)for [Yii framework 2.0](http://www.yiiframework.com/) applications and helper to use icons.

For license information check the [LICENSE](https://github.com/wfcreations/yii2-simple-line-icons/blob/master/LICENSE)-file.

[![Latest Stable Version](https://camo.githubusercontent.com/033ff1bea925a62acb3942212a2afe32ae0d11f6fc5094a10bf3fb99528a5d15/68747470733a2f2f706f7365722e707567782e6f72672f77666372656174696f6e732f796969322d73696d706c652d6c696e652d69636f6e732f762f737461626c65)](https://packagist.org/packages/wfcreations/yii2-simple-line-icons) [![Total Downloads](https://camo.githubusercontent.com/43db6a856085c1624b1f7a0d52eac62b0fb371b3f5a3be7c7d66e1cbef4a81ec/68747470733a2f2f706f7365722e707567782e6f72672f77666372656174696f6e732f796969322d73696d706c652d6c696e652d69636f6e732f646f776e6c6f616473)](https://packagist.org/packages/wfcreations/yii2-simple-line-icons) [![Latest Unstable Version](https://camo.githubusercontent.com/669e60307a46e4defdb20878d0ba9073754bcb8bd90371cbe82c4d3910f14522/68747470733a2f2f706f7365722e707567782e6f72672f77666372656174696f6e732f796969322d73696d706c652d6c696e652d69636f6e732f762f756e737461626c65)](https://packagist.org/packages/wfcreations/yii2-simple-line-icons) [![License](https://camo.githubusercontent.com/61a91e536818edd1b35c9f282c5f7ee0c027323a692ad38bfbb1dd6879b9a3af/68747470733a2f2f706f7365722e707567782e6f72672f77666372656174696f6e732f796969322d73696d706c652d6c696e652d69636f6e732f6c6963656e7365)](https://packagist.org/packages/wfcreations/yii2-simple-line-icons)

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

[](#installation)

The preferred way to install this extension is through [composer](https://getcomposer.org/).

Either run

```
composer require "wfcreations/yii2-simple-line-icons:*"
```

or add

```
"wfcreations/yii2-simple-line-icons": "*",

```

to the `require` section of your `composer.json` file.

Usage
-----

[](#usage)

In view

```
wfcreations\simplelineicons\AssetBundle::register($this);
```

or as dependency in your main application asset bundle

```
class AppAsset extends AssetBundle
{
	// ...

	public $depends = [
		// ...
		'\wfcreations\simplelineicons\AssetBundle'
	];
}
```

Helper
------

[](#helper)

```
use wfcreations\simplelineicons\SLI;

echo SLI::icon('home'); //
echo SLI::icon(
    'home',
    ['data-role' => 'home']
); //

echo Html::submitButton(
    Yii::t('app', '{icon} Login', ['icon' => SLI::icon('login')])
); //  Login

// autocomplete icons name in IDE
echo SLI::icon(SLI::_USER_FEMALE);
echo SLI::icon(SLI::_USER_FOLLOW);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

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

---

Top Contributors

[![desenvolvedorindie](https://avatars.githubusercontent.com/u/1456279?v=4)](https://github.com/desenvolvedorindie "desenvolvedorindie (13 commits)")

### Embed Badge

![Health badge](/badges/wfcreations-yii2-simple-line-icons/health.svg)

```
[![Health](https://phpackages.com/badges/wfcreations-yii2-simple-line-icons/health.svg)](https://phpackages.com/packages/wfcreations-yii2-simple-line-icons)
```

###  Alternatives

[snapshotpl/zf-snap-geoip

MaxMind GeoIP Module for Zend Framework 2

1512.9k](/packages/snapshotpl-zf-snap-geoip)

PHPackages © 2026

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