PHPackages                             rbshubham/yii2-widget-tagsinput - 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. rbshubham/yii2-widget-tagsinput

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

rbshubham/yii2-widget-tagsinput
===============================

A Yii2 wrapper widget for the Bootstrap Tags Input.

8.0(6y ago)03401proprietaryPHP

Since Feb 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/rbshubham/yii2-widget-tagsinput)[ Packagist](https://packagist.org/packages/rbshubham/yii2-widget-tagsinput)[ Docs](https://github.com/rbshubham/yii2-widget-tagsinput)[ RSS](/packages/rbshubham-yii2-widget-tagsinput/feed)WikiDiscussions master Synced 1mo ago

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

Yii2 Tagsinput
==============

[](#yii2-tagsinput)

Create a Bootstrap Tags Input Box

---

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/). Check the [composer.json](https://github.com/kartik-v/yii2-widget-switchinput/blob/master/composer.json) for this extension's requirements and dependencies. Read this [web tip /wiki](http://webtips.krajee.com/setting-composer-minimum-stability-application/) on setting the `minimum-stability` settings for your application's composer.json.

To install, either run

```
$ php composer.phar require rbshubham/yii2-widget-tagsinput

```

or add

```
"rbshubham/yii2-widget-tagsinput": "*"

```

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

Usage
-----

[](#usage)

```
use shubham\tagsinput\TagsInput;

// Usage with ActiveForm and model
echo $form->field($model, 'tags')->widget(TagsInput::classname(), [
    "options"=>[
        // Input Options Here
    ],
    'pluginOptions'=>[
        // Refer to https://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/#options
        // Enables clear all tags button
        'allowClear'=>true; // default true
    ],
    'pluginEvents'=>[
        // Refer to https://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/
    ]
]);

// Without model & without ActiveForm
echo TagsInput::widget([
    'name' => 'tags',
]);
```

For more details, visit:

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

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

Total

6

Last Release

2235d ago

Major Versions

4.0 → 5.02020-02-24

5.0 → 6.12020-03-04

6.1 → 7.02020-03-04

7.0 → 8.02020-03-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/a43174c746d23ad4b67a4ee5c7af8b6374fdbc872fa5a57dcdb181f6e0f1df30?d=identicon)[rbshubham](/maintainers/rbshubham)

---

Top Contributors

[![rbshubham](https://avatars.githubusercontent.com/u/30647124?v=4)](https://github.com/rbshubham "rbshubham (16 commits)")

---

Tags

pluginjqueryyii2extensionwidgettagsbootstrapforminputtagsinput

### Embed Badge

![Health badge](/badges/rbshubham-yii2-widget-tagsinput/health.svg)

```
[![Health](https://phpackages.com/badges/rbshubham-yii2-widget-tagsinput/health.svg)](https://phpackages.com/packages/rbshubham-yii2-widget-tagsinput)
```

###  Alternatives

[kartik-v/yii2-widget-rating

A Yii2 widget for the simple yet powerful bootstrap-star-rating plugin with fractional rating support (sub repo split from yii2-widgets)

444.1M8](/packages/kartik-v-yii2-widget-rating)[kartik-v/yii2-widget-switchinput

A Yii2 wrapper widget for the Bootstrap Switch plugin to use checkboxes &amp; radios as toggle switchinputes (sub repo split from yii2-widgets)

384.4M13](/packages/kartik-v-yii2-widget-switchinput)[kartik-v/yii2-widget-touchspin

A Yii2 wrapper widget for the Bootstrap Switch plugin to use checkboxes &amp; radios as toggle touchspines (sub repo split from yii2-widgets)

184.1M6](/packages/kartik-v-yii2-widget-touchspin)[kartik-v/yii2-widget-timepicker

Enhanced Yii2 wrapper for the bootstrap timepicker plugin (sub repo split from yii2-widgets)

404.9M14](/packages/kartik-v-yii2-widget-timepicker)[kartik-v/yii2-widget-colorinput

An enhanced Yii 2 widget encapsulating the HTML 5 color input (sub repo split from yii2-widgets)

324.8M10](/packages/kartik-v-yii2-widget-colorinput)[kartik-v/yii2-widget-rangeinput

An enhanced Yii 2 widget encapsulating the HTML 5 range input (sub repo split from yii2-widgets)

193.9M3](/packages/kartik-v-yii2-widget-rangeinput)

PHPackages © 2026

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