PHPackages                             infoweb-internet-solutions/yii2-taxonomy - 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. infoweb-internet-solutions/yii2-taxonomy

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

infoweb-internet-solutions/yii2-taxonomy
========================================

Taxonomy module for Yii2

140[2 issues](https://github.com/infoweb-internet-solutions/yii2-taxonomy/issues)PHP

Since Feb 27Pushed 10y ago5 watchersCompare

[ Source](https://github.com/infoweb-internet-solutions/yii2-taxonomy)[ Packagist](https://packagist.org/packages/infoweb-internet-solutions/yii2-taxonomy)[ RSS](/packages/infoweb-internet-solutions-yii2-taxonomy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Taxonomy module for Yii2
========================

[](#taxonomy-module-for-yii2)

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

[](#installation)

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

Either run

```
php composer.phar require infoweb-internet-solutions/yii2-taxonomy "*"

```

or add

```
"infoweb-internet-solutions/yii2-taxonomy": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply modify your backend configuration as follows (if you have the infoweb/cms module installed):

```
'modules' => [
    ...
    'taxonomy' => [
        'class' => 'infoweb\taxonomy\Module',
    ],
    ...
    'cms' => [
        'sideBarItems' => [
            'modules' => [
                [
                    'label'     => 'Taxonomy',
                    'i18nGroup' => 'infoweb/taxonomy',
                    'url'       => '/taxonomy/term',
                    'authItem'  => 'showTaxonomyModule',
                ],
            ],
        ],
    ],
],
```

Import the translations and use category 'infoweb/taxonomy':

```
yii i18n/import @infoweb/taxonomy/messages

```

To use the module, execute yii migration

```
yii migrate/up --migrationPath=@vendor/infoweb-internet-solutions/yii2-taxonomy/migrations

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.1% 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/7a977fc12b7f6eba9255863c5d9512e400457c69dd67a4b1df82dbc38908768d?d=identicon)[infoweb-internet-solutions](/maintainers/infoweb-internet-solutions)

---

Top Contributors

[![rubenheymans](https://avatars.githubusercontent.com/u/2543870?v=4)](https://github.com/rubenheymans "rubenheymans (16 commits)")[![infoweb-internet-solutions](https://avatars.githubusercontent.com/u/8706156?v=4)](https://github.com/infoweb-internet-solutions "infoweb-internet-solutions (1 commits)")

### Embed Badge

![Health badge](/badges/infoweb-internet-solutions-yii2-taxonomy/health.svg)

```
[![Health](https://phpackages.com/badges/infoweb-internet-solutions-yii2-taxonomy/health.svg)](https://phpackages.com/packages/infoweb-internet-solutions-yii2-taxonomy)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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