PHPackages                             faryshta/yii2-jquery-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. faryshta/yii2-jquery-tagsinput

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

faryshta/yii2-jquery-tagsinput
==============================

Yii2 widget for Jquery TagsInput plugin

1.0.0(9y ago)341.1k↓15.5%3[1 issues](https://github.com/Faryshta/yii2-jquery-tagsinput/issues)BSD-3-ClausePHP

Since Jan 13Pushed 9y ago1 watchersCompare

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

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

Faryshta Yii2 jQuery Tags Input
===============================

[](#faryshta-yii2-jquery-tags-input)

[![Latest Stable Version](https://camo.githubusercontent.com/53ea13639ffeb12d07c2b07dadcaa03916c0cabc394f95e0d4a5585fa18d3b96/68747470733a2f2f706f7365722e707567782e6f72672f66617279736874612f796969322d6a71756572792d74616773696e7075742f762f737461626c65)](https://packagist.org/packages/faryshta/yii2-jquery-tagsinput) [![Total Downloads](https://camo.githubusercontent.com/ebfcd59be75ce84dd36f3f3dc597d8ac7b9be2b6f56d23667745a2e0789c7bd0/68747470733a2f2f706f7365722e707567782e6f72672f66617279736874612f796969322d6a71756572792d74616773696e7075742f646f776e6c6f616473)](https://packagist.org/packages/faryshta/yii2-jquery-tagsinput) [![Latest Unstable Version](https://camo.githubusercontent.com/0cdad4548bc77aea6708b6457a83e680cdafe23f4be3380570025a41b5c0e942/68747470733a2f2f706f7365722e707567782e6f72672f66617279736874612f796969322d6a71756572792d74616773696e7075742f762f756e737461626c65)](https://packagist.org/packages/faryshta/yii2-jquery-tagsinputr) [![License](https://camo.githubusercontent.com/f0dc003cedfd9a84a4fe44ca7c6498d2672f41e0743b1db75c6e6ffc428e2ac2/68747470733a2f2f706f7365722e707567782e6f72672f66617279736874612f796969322d6a71756572792d74616773696e7075742f6c6963656e7365)](https://packagist.org/packages/faryshta/yii2-jquery-tagsinput)

Yii2 widgets for [jQuery Tags Input](https://github.com/xoxco/jQuery-Tags-Input)(tag list) jquery plugin

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

[](#installation)

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

Either run

```
composer require --prefer-dist "faryshta/yii2-jquery-tagsinput:*"
```

or add

```
"faryshta/yii2-jquery-tagsinput": "*"

```

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

Usage
-----

[](#usage)

```
use faryshta\widgets\JqueryTagsInput;

// with ActiveForm
echo $form->field($model, 'attribute')->widget(JqueryTagsInput::className(), [
    // extra configuration
]);

// without ActiveForm and with model.
echo JqueryTagsInput::widget([
    'model' => $model,
    'attribute' => 'attribute',
    // extra configuration
]);
```

Documentation
-------------

[](#documentation)

This library doesn't define anything new, the widgets classes are very similar to the class [\\yii\\bootstrap\\Widget](http://www.yiiframework.com/doc-2.0/yii-bootstrap-widget.html) which can be used as documentation for the widget classes.

The JS options can be passed using the `$clientOptions` property and the events can be declared using the `$clientEvents` property. [The documentation on all the options and events supported by tagsInput can be found here.](http://xoxco.com/projects/code/tagsinput/)

License
-------

[](#license)

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

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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

3413d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d5f64412ef020f8c137ff5c7f5e4a0866271f2f9ba9584e5a24aa48467f958d?d=identicon)[Faryshta](/maintainers/Faryshta)

---

Top Contributors

[![Faryshta](https://avatars.githubusercontent.com/u/2029247?v=4)](https://github.com/Faryshta "Faryshta (7 commits)")[![Mihai-P](https://avatars.githubusercontent.com/u/7947914?v=4)](https://github.com/Mihai-P "Mihai-P (1 commits)")

---

Tags

jqueryyii2yiitagstagsinput

### Embed Badge

![Health badge](/badges/faryshta-yii2-jquery-tagsinput/health.svg)

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

###  Alternatives

[nullref/yii2-datatables

Yii2 Extension for DataTables jQuery plug-in

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

Yii2 asset to automatically disable submit buttons on Yii2 ActiveForm.

16458.9k](/packages/faryshta-yii2-disable-submit-buttons)[sjaakp/yii2-taggable

Manage tags of ActiveRecord in Yii2.

3030.6k](/packages/sjaakp-yii2-taggable)[brussens/yii2-maintenance-mode

Maintenance mode component for Yii framework 2.x.x version.

78256.3k5](/packages/brussens-yii2-maintenance-mode)

PHPackages © 2026

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