PHPackages                             jayshah88/yii2-multilevel-category - 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. jayshah88/yii2-multilevel-category

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

jayshah88/yii2-multilevel-category
==================================

Create n level child dropdown

1637PHP

Since Feb 18Pushed 11y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-multilevel-category extension for the Yii2
===============================================

[](#yii2-multilevel-category-extension-for-the-yii2)

yii2-multilevel-category allows user to create multilevel dropdown from their desire table for the Yii2.

Installation
============

[](#installation)

Add to the composer.json file following section:

```
"jayshah88/yii2-multilevel-category": "dev-master"

```

Usage
=====

[](#usage)

add following line at the top of your php file.

```
use jay\Multilevel;

```

Example of usage
================

[](#example-of-usage)

```
$cat = new common\models\base\Category();
$ml = new Multilevel();
echo $form->field($model, 'root')->dropDownList($ml->makeDropDown($parents,$cat));

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

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/cebf72dfa9b3fa96bf532fea0d9eb5041f162dd835abcf2c8a3dc64586e1773b?d=identicon)[jayshah88](/maintainers/jayshah88)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jayshah88-yii2-multilevel-category/health.svg)

```
[![Health](https://phpackages.com/badges/jayshah88-yii2-multilevel-category/health.svg)](https://phpackages.com/packages/jayshah88-yii2-multilevel-category)
```

###  Alternatives

[padosoft/laravel-affiliate-network

agnostic helpers to use as foundation in packages and other project

781.4k](/packages/padosoft-laravel-affiliate-network)[edofre/laravel-fullcalendar

Laravel component for fullcalendar package

591.8k](/packages/edofre-laravel-fullcalendar)

PHPackages © 2026

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