PHPackages                             kilyakus/yii2-package-taggable - 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. kilyakus/yii2-package-taggable

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

kilyakus/yii2-package-taggable
==============================

09PHP

Since Oct 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Kilyakus/yii2-package-taggable)[ Packagist](https://packagist.org/packages/kilyakus/yii2-package-taggable)[ RSS](/packages/kilyakus-yii2-package-taggable/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

How to use:
===========

[](#how-to-use)

If u are using yii2-module-base, just import "kilyakus\\package\\taggable\\TaggableModule" on the modules page

In all other cases:
===================

[](#in-all-other-cases)

Add this to your config:

```
'tags' => [
	'class' => 'kilyakus\package\taggable\TaggableModule',
],

```

and use '/tags/list/index?query=' link to get tags

Or
==

[](#or)

Add this to your controller.

```
public function actions()
{
	return [
		'list' => [
			'class' => \kilyakus\package\taggable\actions\SearchAction::className()
		]
	];
}

```

and use '/...(your controller page)/list/index?query=' link to get tags

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f954935721726f0aad7c7ca8b7670231a219ea93d4d5fe90322c442134b8bc2?d=identicon)[Kilyakus](/maintainers/Kilyakus)

---

Top Contributors

[![Kilyakus](https://avatars.githubusercontent.com/u/38432843?v=4)](https://github.com/Kilyakus "Kilyakus (18 commits)")

### Embed Badge

![Health badge](/badges/kilyakus-yii2-package-taggable/health.svg)

```
[![Health](https://phpackages.com/badges/kilyakus-yii2-package-taggable/health.svg)](https://phpackages.com/packages/kilyakus-yii2-package-taggable)
```

PHPackages © 2026

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