PHPackages                             ahmadpriatama/yii2-bootstrap-tags-input - 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. [Framework](/categories/framework)
4. /
5. ahmadpriatama/yii2-bootstrap-tags-input

ActiveYii2-extension[Framework](/categories/framework)

ahmadpriatama/yii2-bootstrap-tags-input
=======================================

Bootstrap tags input for Yii2 framework

1.0.1(8y ago)013MITPHP

Since Aug 24Pushed 8y agoCompare

[ Source](https://github.com/ahmadpriatama/yii2-bootstrap-tags-input)[ Packagist](https://packagist.org/packages/ahmadpriatama/yii2-bootstrap-tags-input)[ RSS](/packages/ahmadpriatama-yii2-bootstrap-tags-input/feed)WikiDiscussions master Synced yesterday

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

Bootstrap Tags Input for Yii 2
==============================

[](#bootstrap-tags-input-for-yii-2)

A simple widget tags input, renders a [Bootstrap Tags Input](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput).

### Installation

[](#installation)

The preferred way to install this extension is through composer.

Either run

```
php composer.phar require pudinglabs/yii2-bootstrap-tags-input "*"
```

or add

```
"pudinglabs/yii2-bootstrap-tags-input" : "*"
```

### Usage

[](#usage)

```
// with an ActiveForm
field($model, 'your_attr')->widget(TagsinputWidget::classname(), [
            'options' => [],
            'clientOptions' => [],
            'clientEvents' => []
         ]);
?>

// as a widget
 $model,
        'attribute' => 'your_attr',
        'options' => [],
        'clientOptions' => [],
        'clientEvents' => []
    ]);
?>
```

License
-------

[](#license)

MIT

**Free Software, Hell Yeah!**

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~565 days

Total

2

Last Release

2983d ago

### Community

Maintainers

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

---

Top Contributors

[![pudinglabs](https://avatars.githubusercontent.com/u/12782330?v=4)](https://github.com/pudinglabs "pudinglabs (12 commits)")[![ahmadpriatama](https://avatars.githubusercontent.com/u/303305?v=4)](https://github.com/ahmadpriatama "ahmadpriatama (3 commits)")

---

Tags

yii2extensionpudinglabsyii2-bootstrap-tags-input

### Embed Badge

![Health badge](/badges/ahmadpriatama-yii2-bootstrap-tags-input/health.svg)

```
[![Health](https://phpackages.com/badges/ahmadpriatama-yii2-bootstrap-tags-input/health.svg)](https://phpackages.com/packages/ahmadpriatama-yii2-bootstrap-tags-input)
```

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[marekpetras/yii2-ajax-box-widget

Ajax Box widget for Yii 2 Framework.

1814.6k](/packages/marekpetras-yii2-ajax-box-widget)

PHPackages © 2026

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