Libraries tagged by nestedset
thunderwolf/eloquent-nested-set
43 Downloads
Nested Set for the Laravel Eloquent with tree_left, tree_right and tree_level based on Propel NestedSet and kalnoy/nestedset
techcon/nestedsets
9 Downloads
Package for manipuate nestedsets in Laravel without Eloquent ORM
spiritix/nested-set
12 Downloads
A comprehensive library implementing the nested set pattern in PHP using PDO.
rezident/yii2-nested-set-plus
12 Downloads
This extension allows you to get functional for nested set trees and widget for show and manipulate nested data in view.
norbertogomez/doctrine2-nestedset
9 Downloads
This Doctrine2 extension implements the nested set model (modified pre-order tree traversal algorithm) for Doctrine2.
nerio/mongo-nestedset
139 Downloads
Mongo nested set, based on kalnoy/nestedset
mustang/nestedsets
147 Downloads
ThinkPHP5的nestendsets的扩展,参考了gmars的nestendsets,附加了rebuild方法。
mindy/orm-nested-set
1503 Downloads
The Mindy Orm File and Image Fields
metalinspired/nested-set
1153 Downloads
PHP library for manipulating and retrieving database records using nested set model technique to represent tree data structure
medicivn/eloquent-nested-set
5225 Downloads
martenasoft/nestedsets
9 Downloads
MartenaSoft NestedSets Library
marco-kretz/nested-set
263 Downloads
PHP Implementation of a NestedSet
lianhechx/laravel-nestedset
34 Downloads
Nested Set Model for Laravel
letyii/yii2-mongo-nested-set
190 Downloads
Yii2 Nested Set with mongodb
krg/doctrine-nestedsets
25 Downloads
Library for working with tree structures in the database on the principle of "nested sets". A distinctive feature of the library is that it is possible to store several trees in one table. It is also not necessary to have one root node for each tree.