PHPackages                             techcon/nestedsets - 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. [Database &amp; ORM](/categories/database)
4. /
5. techcon/nestedsets

ActiveLibrary[Database &amp; ORM](/categories/database)

techcon/nestedsets
==================

Package for manipuate nestedsets in Laravel without Eloquent ORM

v1.0.0(9y ago)19MITPHPPHP &gt;=5.5.9

Since Jul 5Pushed 9y ago1 watchersCompare

[ Source](https://github.com/quadrogod/laravel-nestedsets)[ Packagist](https://packagist.org/packages/techcon/nestedsets)[ RSS](/packages/techcon-nestedsets/feed)WikiDiscussions master Synced 3w ago

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

laravel-nestedsets
==================

[](#laravel-nestedsets)

Package for manipuate nestedsets in Laravel without Eloquent ORM

How to use
==========

[](#how-to-use)

1. Create: $nestedset = Nestedsets::factory('TableName');
2. Move:
3. $nestedset-&gt;move('current\_item\_id', 'sibiling\_item\_id')-&gt;before(); // This move item before other element
4. $nestedset-&gt;move('current\_item\_id', 'parent\_item\_id' or 0)-&gt;asChild(); // This move item as last element to parent
5. Delete: $nestedset-&gt;deleteNode('item\_id'); // This delete node and all childs

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3647d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5109038?v=4)[quadrogod](/maintainers/quadrogod)[@quadrogod](https://github.com/quadrogod)

---

Top Contributors

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

---

Tags

laraveldatabasenested setsnestedsets

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/techcon-nestedsets/health.svg)

```
[![Health](https://phpackages.com/badges/techcon-nestedsets/health.svg)](https://phpackages.com/packages/techcon-nestedsets)
```

###  Alternatives

[kalnoy/nestedset

Nested Set Model for Laravel 5.7 and up

3.8k13.9M253](/packages/kalnoy-nestedset)[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11222.5M33](/packages/anourvalar-eloquent-serialize)[waad/laravel-model-metadata

A robust Laravel package for handling metadata with JSON casting, custom relation names, and advanced querying capabilities.

854.1k](/packages/waad-laravel-model-metadata)[ramadan/easy-model

A Laravel package for enjoyably managing database queries.

111.6k](/packages/ramadan-easy-model)

PHPackages © 2026

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