PHPackages                             yii2mod/yii2-chosen-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. yii2mod/yii2-chosen-select

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

yii2mod/yii2-chosen-select
==========================

Chosen Select Widget based on Chosen jQuery plugin

1.2(7y ago)14113.9k↓31.5%7[1 issues](https://github.com/yii2mod/yii2-chosen-select/issues)MITPHP

Since May 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/yii2mod/yii2-chosen-select)[ Packagist](https://packagist.org/packages/yii2mod/yii2-chosen-select)[ RSS](/packages/yii2mod-yii2-chosen-select/feed)WikiDiscussions master Synced 1mo ago

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

Chosen Select Widget for Yii 2
==============================

[](#chosen-select-widget-for-yii-2)

Chosen Select Widget based on Chosen jQuery plugin [chosen](http://harvesthq.github.io/chosen)

[![Latest Stable Version](https://camo.githubusercontent.com/bf07473e280f71609d419695401ac783bba9166ed3fedca182bacfc6e73922d2/68747470733a2f2f706f7365722e707567782e6f72672f796969326d6f642f796969322d63686f73656e2d73656c6563742f762f737461626c65)](https://packagist.org/packages/yii2mod/yii2-chosen-select) [![Total Downloads](https://camo.githubusercontent.com/0f276736d1159494352b44f3d0d8c8275521f63066e5d8893147e107ad338e4b/68747470733a2f2f706f7365722e707567782e6f72672f796969326d6f642f796969322d63686f73656e2d73656c6563742f646f776e6c6f616473)](https://packagist.org/packages/yii2mod/yii2-chosen-select) [![License](https://camo.githubusercontent.com/ddb622ec744214529e07f29c4a653fac498c3dd280049175bd3671d435e2e15f/68747470733a2f2f706f7365722e707567782e6f72672f796969326d6f642f796969322d63686f73656e2d73656c6563742f6c6963656e7365)](https://packagist.org/packages/yii2mod/yii2-chosen-select)[![Build Status](https://camo.githubusercontent.com/064668eccd6d5c2f2636c767eabc844d99e1edb892bba965c9aba30eddb4de0a/68747470733a2f2f7472617669732d63692e6f72672f796969326d6f642f796969322d63686f73656e2d73656c6563742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/yii2mod/yii2-chosen-select)

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

[](#installation)

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

Either run

```
composer require yii2mod/yii2-chosen-select
```

or add

```
"yii2mod/yii2-chosen-select": "^1.0"
```

to the require section of your composer.json.

Usage
-----

[](#usage)

1. Usage with ActiveForm and model

```
echo $form->field($model, 'subject')->widget(\yii2mod\chosen\ChosenSelect::class, [
    'items' => [
        'first' => 'First',
        'second' => 'Second'
     ],
]);
```

2. Usage without a model

```
echo \yii2mod\chosen\ChosenSelect::widget([
     'name'  => 'select',
     'items' => BooleanEnum::listData(),
     'options' => [
         'width' => '95%'
     ]
 ]);
```

Select Options
--------------

[](#select-options)

You can find them on the [options page](http://harvesthq.github.io/chosen/options.html)

Support us
----------

[](#support-us)

Does your business depend on our contributions? Reach out and support us on [Patreon](https://www.patreon.com/yii2mod). All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~414 days

Total

3

Last Release

2828d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a53a15e1548ce60ee92591e71492a39eaaecfc88eaa1a9d7f353d5c910381de?d=identicon)[disem](/maintainers/disem)

---

Top Contributors

[![rustamwin](https://avatars.githubusercontent.com/u/16498265?v=4)](https://github.com/rustamwin "rustamwin (3 commits)")[![dmitry-semenov](https://avatars.githubusercontent.com/u/17027799?v=4)](https://github.com/dmitry-semenov "dmitry-semenov (1 commits)")[![nadar](https://avatars.githubusercontent.com/u/3417221?v=4)](https://github.com/nadar "nadar (1 commits)")[![rhnylytskyi](https://avatars.githubusercontent.com/u/6491268?v=4)](https://github.com/rhnylytskyi "rhnylytskyi (1 commits)")

---

Tags

yii2yii2-chosen-selectyii2-extensionyii2-select-widgetyii2widgetselect

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/yii2mod-yii2-chosen-select/health.svg)

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

###  Alternatives

[softark/yii2-dual-listbox

Bootstrap Dual Listbox Widget for Yii 2

20144.4k11](/packages/softark-yii2-dual-listbox)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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