PHPackages                             igm26k/yii2-multiselect - 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. igm26k/yii2-multiselect

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

igm26k/yii2-multiselect
=======================

yii2 widget for two sides select

v1.0.4(4y ago)03MITPHP

Since Feb 22Pushed 4y agoCompare

[ Source](https://github.com/igm26k/yii2-multiselect)[ Packagist](https://packagist.org/packages/igm26k/yii2-multiselect)[ RSS](/packages/igm26k-yii2-multiselect/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (5)Used By (0)

igm26k/yii2-multiselect
=======================

[](#igm26kyii2-multiselect)

Это форк [Flywi/yii2-multiselect](https://github.com/Flywi/yii2-multiselect) с внесенными исправлениями. В этой версии корректно подгружаются значения из модели в правую часть.

[![example](https://github.com/igm26k/yii2-multiselect/raw/master/example.png)](https://github.com/igm26k/yii2-multiselect/blob/master/example.png)

Установка
---------

[](#установка)

```
$ php composer.phar require igm26k/yii2-multiselect

```

Использование
-------------

[](#использование)

`ActiveForm`:

```
...
echo $form->field($model, 'attributeId')->widget(\igm26k\select\MultiSelectWidget::class, [
    'data' => [
      // select options list(key => value)
    ],
    'clientOptions' => [

    ],
]);
...
```

Client options
--------------

[](#client-options)

clientOptions [crlcu/multiselect](https://github.com/crlcu/multiselect)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~300 days

Total

4

Last Release

1734d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44212298?v=4)[Ilya Golubev](/maintainers/igm26k)[@igm26k](https://github.com/igm26k)

---

Top Contributors

[![Flywi](https://avatars.githubusercontent.com/u/23497646?v=4)](https://github.com/Flywi "Flywi (7 commits)")[![igm26k](https://avatars.githubusercontent.com/u/44212298?v=4)](https://github.com/igm26k "igm26k (2 commits)")

### Embed Badge

![Health badge](/badges/igm26k-yii2-multiselect/health.svg)

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

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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