PHPackages                             voskobovich/yii2-nested-sets-editor - 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. voskobovich/yii2-nested-sets-editor

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

voskobovich/yii2-nested-sets-editor
===================================

Nested set editor using jquery.nestable plugin for Yii 2

v1.0.1(10y ago)119033MITPHPPHP &gt;=5.4.0

Since Jan 14Pushed 9y ago2 watchersCompare

[ Source](https://github.com/voskobovich/yii2-nested-sets-editor)[ Packagist](https://packagist.org/packages/voskobovich/yii2-nested-sets-editor)[ Docs](https://github.com/voskobovich/yii2-nested-sets-editor)[ RSS](/packages/voskobovich-yii2-nested-sets-editor/feed)WikiDiscussions master Synced 1mo ago

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

Yii2 Nested Sets Editor
=======================

[](#yii2-nested-sets-editor)

This behavior soon will be **DEPRECATED**.
See the new version [**Yii2 Tree Manager**](https://github.com/voskobovich/yii2-tree-manager).

About
-----

[](#about)

Editor nested set using jquery.nestable plugin.

Реализует полный набор CRUD операций для узлов дерева.

Внимание!
---------

[](#внимание)

Есть улучшеная версия пакета для управление деревом - [yii2-tree-manager](https://github.com/voskobovich/yii2-tree-manager).

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist voskobovich/yii2-nested-sets-editor "~1.0.0"

```

or add

```
"voskobovich/yii2-nested-sets-editor": "~1.0.0"

```

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

Внимание!
---------

[](#внимание-1)

В расширении наследуется и расширяется behavior [Nested Sets Behavior for Yii 2](https://github.com/creocoder/yii2-nested-sets).
Всю информацию по настройке поведения можно взять на [странице](https://github.com/creocoder/yii2-nested-sets).

Но для работы виджета нужно использовать реализацию поведения из этого пакета!

Usage
-----

[](#usage)

1. Подключите behavior из этого пакета к своей модели и сконфигурируйте как сказано в [документации](https://github.com/creocoder/yii2-nested-sets).

```
public function behaviors()
{
    return [
        'nestedSetsBehavior' => 'voskobovich\nestedsets\behaviors\NestedSetsBehavior',
    ];
}

```

2. Подключите в контроллер дополнительные actions

```
public function actions()
{
    return [
        'moveNode' => [
            'class' => 'voskobovich\nestedsets\actions\MoveNodeAction',
            'modelClass' => 'models\ModelName',
        ],
        'deleteNode' => [
            'class' => 'voskobovich\nestedsets\actions\DeleteNodeAction',
            'modelClass' => 'models\ModelName',
        ],
        'updateNode' => [
            'class' => 'voskobovich\nestedsets\actions\UpdateNodeAction',
            'modelClass' => 'models\ModelName',
        ],
        'createNode' => [
            'class' => 'voskobovich\nestedsets\actions\CreateNodeAction',
            'modelClass' => 'models\ModelName',
        ],
    ];
}

```

3. Выведите виджет в удобном месте

```

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.2% 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 ~57 days

Total

2

Last Release

3720d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4267178fdbc890dad02ce0e600f7f5b9bbb54f5824b90feb76724af8cebb710f?d=identicon)[voskobovich](/maintainers/voskobovich)

---

Top Contributors

[![voskobovich](https://avatars.githubusercontent.com/u/4508703?v=4)](https://github.com/voskobovich "voskobovich (35 commits)")[![dukensk](https://avatars.githubusercontent.com/u/4745671?v=4)](https://github.com/dukensk "dukensk (1 commits)")

---

Tags

yii2widgeteditornested setsnestable

### Embed Badge

![Health badge](/badges/voskobovich-yii2-nested-sets-editor/health.svg)

```
[![Health](https://phpackages.com/badges/voskobovich-yii2-nested-sets-editor/health.svg)](https://phpackages.com/packages/voskobovich-yii2-nested-sets-editor)
```

###  Alternatives

[voskobovich/yii2-tree-manager

Tree Manager using jquery.nestable plugin for Yii 2

2535.0k](/packages/voskobovich-yii2-tree-manager)[bizley/quill

Quill editor implementation for Yii 2.

64133.3k5](/packages/bizley-quill)[bizley/contenttools

ContentTools editor implementation for Yii 2.

8016.7k](/packages/bizley-contenttools)

PHPackages © 2026

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