PHPackages                             claudejanz/yii2-nested - 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. claudejanz/yii2-nested

ActiveYii2-extension

claudejanz/yii2-nested
======================

nested for jquery with action

05JavaScript

Since Jul 15Pushed 9y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Nested
======

[](#nested)

[![Latest Stable Version](https://camo.githubusercontent.com/9e39200ab3060a54a2e658f8785532c928a5039aaf4c1df0d41145d0cec8291a/68747470733a2f2f706f7365722e707567782e6f72672f636c617564656a616e7a2f796969322d6e65737465642f762f737461626c652e737667)](https://packagist.org/packages/claudejanz/yii2-nested) [![Total Downloads](https://camo.githubusercontent.com/f66ce5bc65c35220e69a701d3cc3f7288d2c7f3117f27c37a26f25c6f50cbff6/68747470733a2f2f706f7365722e707567782e6f72672f636c617564656a616e7a2f796969322d6e65737465642f646f776e6c6f6164732e737667)](https://packagist.org/packages/claudejanz/yii2-nested) [![Latest Unstable Version](https://camo.githubusercontent.com/c11e176fd0ebc7f01110623324209661970bbd6d8e319193e775efe6707ee597/68747470733a2f2f706f7365722e707567782e6f72672f636c617564656a616e7a2f796969322d6e65737465642f762f756e737461626c652e737667)](https://packagist.org/packages/claudejanz/yii2-nested) [![License](https://camo.githubusercontent.com/39325cb564397077cdccf31889b59516f397a839f03c7874713df18d3a3c5444/68747470733a2f2f706f7365722e707567782e6f72672f636c617564656a616e7a2f796969322d6e65737465642f6c6963656e73652e737667)](https://packagist.org/packages/claudejanz/yii2-nested)

nested for jquery with action

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist claudejanz/yii2-nested "*"

```

or add

```
"claudejanz/yii2-nested": "*"

```

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

Usage
-----

[](#usage)

NestedSortableAction
--------------------

[](#nestedsortableaction)

```
public function actions()
{
    return [
        'save-sortable' => [
            'class' => 'claudejanz\yii2nested\NestedSortableAction',
            //'scenario'=>'editable',  //optional
            'modelclass' => Page::className(),
        ],

    ];
}
```

NestedSortable
--------------

[](#nestedsortable)

```
echo NestedSortable::widget([
    'model' => Page::className(),
    'url' => '/pages/save-sortable',
    'expand' => true,
    'pluginOptions' => [
        'maxDepth' => 2
    ]
]);
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://avatars.githubusercontent.com/u/1180289?v=4)[Claude JANZ](/maintainers/claudejanz)[@claudejanz](https://github.com/claudejanz)

### Embed Badge

![Health badge](/badges/claudejanz-yii2-nested/health.svg)

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

PHPackages © 2026

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