PHPackages                             dvixi/yii2-icon-select - 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. dvixi/yii2-icon-select

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dvixi/yii2-icon-select
======================

yii2 widget for image-icons choosing, based on iconselect.js

1.0.0(10y ago)06301[1 issues](https://github.com/athl64/yii2-icon-select/issues)MITJavaScriptPHP &gt;=5.4.0

Since May 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/athl64/yii2-icon-select)[ Packagist](https://packagist.org/packages/dvixi/yii2-icon-select)[ RSS](/packages/dvixi-yii2-icon-select/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Yii2-icon-select
================

[](#yii2-icon-select)

Yii2 image\\icon picker, based on [iconselect.js](https://github.com/bug7a/iconselect.js/tree/master).

\##Installation

`composer require dvixi/yii2-icon-select`

\##Usage

```
$items = [
    "icon1.png",
    "icon2.png",
];

echo \dvixi\IconSelectWidget::widget([
    'model' => $model,
    'attribute' => 'attributeName',
    'items' => $items,
    'options' => [
        //Html::activeInput() options
    ],
    'pluginOptions' => [
        // iconselect.js options
    ],
]);

```

OR

```
echo $form->field($model, 'attribute')->widget(\dvixi\IconSelectWidget::className(), [
    'items' => $items,
    'pluginOptions' => [...],
]);

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3695d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4989972?v=4)[athl64](/maintainers/athl64)[@athl64](https://github.com/athl64)

---

Top Contributors

[![athl64](https://avatars.githubusercontent.com/u/4989972?v=4)](https://github.com/athl64 "athl64 (3 commits)")

---

Tags

yii2widgetyiiyii 2icon-pickericon selecticon image picker

### Embed Badge

![Health badge](/badges/dvixi-yii2-icon-select/health.svg)

```
[![Health](https://phpackages.com/badges/dvixi-yii2-icon-select/health.svg)](https://phpackages.com/packages/dvixi-yii2-icon-select)
```

PHPackages © 2026

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