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)
```

###  Alternatives

[rs/laravel-version-control

Foundations for making your app version controlled. Provides migration, blueprint and base models. Will make your app GxP compliant if you exclusively use the VC models and table structure as set out in this package.

1227.5k](/packages/rs-laravel-version-control)[mad-web/laravel-seoable

Easy to map your eloquent fields to seo properties

407.6k](/packages/mad-web-laravel-seoable)[wpsitecare/carelib

A collection of helpful functions to make creating an awesome theme more enjoyable.

164.6k](/packages/wpsitecare-carelib)

PHPackages © 2026

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