PHPackages                             iripvanwinkle/yii2-multi-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. iripvanwinkle/yii2-multi-select

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

iripvanwinkle/yii2-multi-select
===============================

Multiselect Bootstrap widget for Yii2.

1.0.1(9y ago)0352MITPHP

Since Nov 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/iRipVanWinkle/yii2-multi-select)[ Packagist](https://packagist.org/packages/iripvanwinkle/yii2-multi-select)[ RSS](/packages/iripvanwinkle-yii2-multi-select/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

MultiSelect Widget for Yii2
===========================

[](#multiselect-widget-for-yii2)

[![GitHub license](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](https://raw.githubusercontent.com/iripvanwinkle/yii2-multi-select/master/LICENSE) [![Yii2](https://camo.githubusercontent.com/caa07fe5c2d65aec86e62e1957ad3df612d53c4f055c8209179f12407e806242/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d5969695f4672616d65776f726b2d677265656e2e7376673f7374796c653d666c61742d737175617265)](http://www.yiiframework.com/)

Renders a [MultiSelect Bootstrap plugin](http://davidstutz.github.io/bootstrap-multiselect) widget.

Install
-------

[](#install)

Via Composer

```
$ composer require iripvanwinkle/yii2-multi-select
```

Usage
-----

[](#usage)

```
  use roboapp\multiselect\MultiSelect;

  MultiSelect::widget([
      'enableResetButton' => true,
      'options' => [
          'multiple' => true
      ],
      'value' => 'value_2', // or ['value_1', 'value_3']
      'name' => 'multi_select',
      'data' => [
          'value_1'  => 'title_1',
          'value_2'  => 'title_2',
          'value_3'  => 'title_3',
          'value_4'  => 'title_4',
      ]
  ])
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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 ~293 days

Total

2

Last Release

3525d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e810a18ecf78483c9c61d67015f5a3449ff9624ffab78b4970c5cf5160e577f?d=identicon)[iripvanwinkle](/maintainers/iripvanwinkle)

---

Top Contributors

[![iRipVanWinkle](https://avatars.githubusercontent.com/u/1456824?v=4)](https://github.com/iRipVanWinkle "iRipVanWinkle (6 commits)")

---

Tags

extensionwidgetyiimultiselect

### Embed Badge

![Health badge](/badges/iripvanwinkle-yii2-multi-select/health.svg)

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

###  Alternatives

[evgeniyrru/yii2-slick

Yii2 extension for Slick Carousel

22182.1k3](/packages/evgeniyrru-yii2-slick)[romka-chev/yii2-swiper

Yii2 extension for Swiper slider

1840.6k](/packages/romka-chev-yii2-swiper)[sjaakp/yii2-alphapager

Page data on initial character in Yii2.

184.4k](/packages/sjaakp-yii2-alphapager)

PHPackages © 2026

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