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

ActiveLibrary

xdan/yii2-icon-select
=====================

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

1.0.5(8y ago)073MITJavaScriptPHP &gt;=5.4.0

Since May 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/xdan/yii2-icon-select)[ Packagist](https://packagist.org/packages/xdan/yii2-icon-select)[ RSS](/packages/xdan-yii2-icon-select/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (5)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 xdan/yii2-icon-select`

\##Usage

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

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

```

OR

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

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 62.5% 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 ~205 days

Total

4

Last Release

3030d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/364704c7aab3e71995ebb361f7a30604a5f9e136949d6f683c9da4c885cadb9b?d=identicon)[xdan](/maintainers/xdan)

---

Top Contributors

[![xdan](https://avatars.githubusercontent.com/u/794318?v=4)](https://github.com/xdan "xdan (5 commits)")[![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/xdan-yii2-icon-select/health.svg)

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

PHPackages © 2026

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