PHPackages                             constantingd/yii2-treemanager - 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. constantingd/yii2-treemanager

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

constantingd/yii2-treemanager
=============================

Yii2 Tree manager (Category)

0.1(8y ago)048MITJavaScript

Since May 11Pushed 7y agoCompare

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

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

Yii2 Tree Manager Category
==========================

[](#yii2-tree-manager-category)

Расширение сортируется при помощи перетаскивания мышкой

 [![](https://raw.githubusercontent.com/alex290/yii2-treemanager/master/scr/img/demo.jpg)](https://raw.githubusercontent.com/alex290/yii2-treemanager/master/scr/img/demo.jpg)

Установка
---------

[](#установка)

Предпочтительным способом установки этого расширения является [composer](http://getcomposer.org/download/).

Запустить

```
php composer.phar require --prefer-dist constantingd/yii2-treemanager "*"

```

или добавить

```
"constantingd/yii2-treemanager": "*"

```

в раздел require вашего `composer.json` файла.

в конфиге `web.php` прописать

```
'modules' => [
    'treemanager' => [
        'class' => 'constantingd\treemanager\Module',
        'layout' => false,
    ],
],

```

Применение
----------

[](#применение)

После установки запустить виджет:

```
$arrModel = app\models\Category::find();

```

Сама модель использует обязательные поля

```
'id',
'name' - Наименование - varchar,
'parent_id' - Родитель - int (0 - главная или id родителя),
'weight' - Вес(порядок)  - int,

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2920d ago

### Community

Maintainers

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

---

Top Contributors

[![constantingd](https://avatars.githubusercontent.com/u/34521330?v=4)](https://github.com/constantingd "constantingd (14 commits)")

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/constantingd-yii2-treemanager/health.svg)

```
[![Health](https://phpackages.com/badges/constantingd-yii2-treemanager/health.svg)](https://phpackages.com/packages/constantingd-yii2-treemanager)
```

###  Alternatives

[vyants/yii2-daemon

Extension provides functionality for simple daemons creation and control

7859.0k](/packages/vyants-yii2-daemon)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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