Libraries tagged by nested model
dogadogmbh/baum
6332 Downloads
Baum is an implementation of the Nested Set pattern for Eloquent models.
encima-io/albero
1678 Downloads
Albero is an implementation of the Nested Set pattern for Laravels eloquent models.
cuneytyuksel/laravelcategorizable
334 Downloads
Implementing Nested-structure Hierarchy Categories system for Eloquent models.
malyusha/path-history
1593 Downloads
Laravel package that allows you to create nested/human-readable paths(urls) for your eloquent models from attributes.
aidask/yii-closure-table-behavior
175 Downloads
ActiveRecord model behavior that allows to work with tree data.
gvasilopulos/yii2-enhanced-gii
188 Downloads
Generate Relational (hasMany, hasOne, belongsTo, & nested) Models & CRUD.
minh164/elonest
23 Downloads
Nested set model for Eloquent in Laravel package.
lostinfo/hyperf-nestedset
223 Downloads
Nested Set Model for Hyperf 2.0 and up
chandra-hemant/htkc-utils
191 Downloads
Introducing a powerful and flexible dynamic search, push notifications, file upload, alpha numeric generator functions for Laravel applications, designed to simplify complex queries with nested and recursive relationship conditions. This package provides an elegant solution to dynamically search across multiple models and their related data, offering developers the ability to handle various levels of relationships in a single, streamlined query.
webfactor/laravel-backpack-nestedmodels
144 Downloads
Intuitively create model trees with Laravel Backpack CRUD
dottystyle/laravel-nested-model
11 Downloads
cast/model
11 Downloads
Nested models
p4bgroup/phalcon-nested-sets
1101 Downloads
Phalcon Nested Set Models. Nested set models for Phalcon Framework
metalinspired/nested-set
1153 Downloads
PHP library for manipulating and retrieving database records using nested set model technique to represent tree data structure
joaoroyosilva/eloquent-nested-attributes
359 Downloads
Nested attributes allow you to save attributes on associated records through the parent. By default nested attribute updating is turned off and you can enable it using the $nested attribute. When you enable nested attributes an attribute writer is defined on the model.