lazychaser/laravel-nestedset
Effective tree structures in Laravel 4-8 observed · 2026-08-28
Health v2 · maintenance only
64/100
- Activity 76
- Release rhythm 28
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 66
- age_days: 4722
- days_rel: 464
- days_push: 144
- n_releases_24m: 2
Adoption not part of the score
3802 stars · 480 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Laravel Eloquent package implementing the nested set model for storing and querying hierarchical data like trees in relational databases. It provides relationships and operations for inserting, moving, retrieving, and deleting tree nodes.
Use cases
- build multi-depth menus in laravel
- store product categories with nested hierarchy
- manage tree structures in a relational database
- query ancestors and descendants of a node
- implement hierarchical comments or org charts
When to choose
- your Laravel app needs hierarchical data that is read frequently but updated rarely
- you want eager-loadable parent/children/ancestors/descendants relationships
- you need fast subtree and depth queries in SQL
When to avoid
- your tree is updated very frequently, since nested set updates require expensive renumbering
- you are not using Laravel or Eloquent
- you only need simple one-level parent-child relations where adjacency lists suffice
Facets
library · maturity active
orm database data-science databases web-development backend php laravel nested-set hierarchical-data tree-structure eloquent web-server
1 source
- readme: https://github.com/lazychaser/laravel-nestedset · fetched 2026-08-28 · 887740227544
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lazychaser/laravel-nestedset | main | 64 |
For agents
markdown · JSON · MCP: product_card(name="lazychaser/laravel-nestedset")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem