PHPackages                             marciocamello/yii2-mcms-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. marciocamello/yii2-mcms-nested

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

marciocamello/yii2-mcms-nested
==============================

Nested Sortable based in nestedSortable jQuery Plugin

44553[1 issues](https://github.com/marciocamello/yii2-mcms-nested/issues)JavaScript

Since May 3Pushed 12y ago2 watchersCompare

[ Source](https://github.com/marciocamello/yii2-mcms-nested)[ Packagist](https://packagist.org/packages/marciocamello/yii2-mcms-nested)[ RSS](/packages/marciocamello-yii2-mcms-nested/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

MCMS Nested Sortable
====================

[](#mcms-nested-sortable)

Nested Sortable based in nestedSortable jQuery Plugin

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

[](#installation)

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

Either run

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

```

or add

```
"marciocamello/yii2-mcms-nested": "*"

```

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

List Sortable
-------------

[](#list-sortable)

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

Action
------

[](#action)

```
public function actions()
	{
		return [
			'save-sortable' => [
				'class' => 'mcms\nested\NestedSortableAction',
				//'scenario'=>'editable',  //optional
				'modelclass' => Categories::className(),
			],
		];
	}

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/830e13799e7665555397e6aacd867152930ad12b818fad690d2341f3ddd17819?d=identicon)[marciocamello](/maintainers/marciocamello)

---

Top Contributors

[![marciocamello](https://avatars.githubusercontent.com/u/4071580?v=4)](https://github.com/marciocamello "marciocamello (8 commits)")

### Embed Badge

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

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

###  Alternatives

[friendsofsylius/sylius-import-export-plugin

import / export plugin for Sylius.

119405.2k](/packages/friendsofsylius-sylius-import-export-plugin)[thisisbd/silverstripe-maintenance-mode

SilverStripe Maintenance Mode Module. Allows an administrator to put site in offline mode with 503 status to display a 'Coming Soon', 'Under Construction' or 'Down for Maintenance' Page to regular visitors, whilst allowing a logged in admin user to browse and make changes to the site.

2311.6k](/packages/thisisbd-silverstripe-maintenance-mode)

PHPackages © 2026

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