PHPackages                             maddoger/yii2-selectize - 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. maddoger/yii2-selectize

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

maddoger/yii2-selectize
=======================

Selectize.js widget for the Yii 2 framework

v1.0.0(10y ago)028Apache LicensePHP

Since Oct 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/maddoger/yii2-selectize)[ Packagist](https://packagist.org/packages/maddoger/yii2-selectize)[ RSS](/packages/maddoger-yii2-selectize/feed)WikiDiscussions master Synced 3w ago

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

Selectize.js widget for Yii2
============================

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

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

[](#installation)

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

Either run

```
$ composer require maddoger/yii2-selectize:~1.0
```

or add

```
"maddoger/yii2-selectize": "~1.0"

```

to the `require` section of your `composer.json` file.

Usage
-----

[](#usage)

Selectize has lots of configuration options. For further information, please check the Selectize plugin [website](http://brianreavis.github.io/selectize.js/).

### Text input widget

[](#text-input-widget)

To use text input widget add the following to the view

```
use maddoger\widgets\SelectizeTextInput;

echo SelectizeTextInput::widget([
    'name' => 'tags',
    'value' => 'love, this, game',
    'clientOptions' => [
        // ...
    ],
]);
```

### Dropdown list widget

[](#dropdown-list-widget)

To use dropdown list widget add the following to the view

```
use maddoger\widgets\SelectizeDropDownList;

echo SelectizeDropDownList::widget([
    'name' => 'tags',
    'value' => ['love', 'this', 'game'],
    'clientOptions' => [
        // ...
    ],
]);
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3910d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/09bde1fb9f0bb0ef7e7b4e6d7d1e346b2c2f1b076bd757ef85722abb37a98000?d=identicon)[maddoger](/maintainers/maddoger)

---

Top Contributors

[![maddoger](https://avatars.githubusercontent.com/u/6214206?v=4)](https://github.com/maddoger "maddoger (5 commits)")

---

Tags

jqueryyiiselectselectize

### Embed Badge

![Health badge](/badges/maddoger-yii2-selectize/health.svg)

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

###  Alternatives

[nullref/yii2-datatables

Yii2 Extension for DataTables jQuery plug-in

7291.7k](/packages/nullref-yii2-datatables)[faryshta/yii2-disable-submit-buttons

Yii2 asset to automatically disable submit buttons on Yii2 ActiveForm.

16473.8k](/packages/faryshta-yii2-disable-submit-buttons)[yiidoc/yii2-timeago

Timeago is a jQuery plugin that makes it easy to support automatically updating fuzzy timestamps. Forked from @rmm5t for Yii2 framework.

12106.7k5](/packages/yiidoc-yii2-timeago)

PHPackages © 2026

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