Libraries tagged by tree structure
rekalogika/file-tree-contracts
2 Downloads
Abstraction of the tree of directories and files. Designed to add a hierarchical structure on top of the flat organization of files provided by the 'rekalogika/file-contracts' package.
laxertu/data-tree-composite
37 Downloads
A composite based implementation of data strucutred in trees. Includes some classes for data transformation / presentation
nicmart/treebuilder
2 Downloads
TreeBuilder offers some fast methods to transform tree structures (arrays, object graphs, xml documents) to php array
maso/treeify
14 Downloads
Laravel package allows you to convert flat collections of models into hierarchical tree structures, simplifying parent-child relationships management.
landlib/treealgorithms
29 Downloads
This group of methods for work with tree structure. Provide methods build tree from flat array, find node in the tree by id, walk tree and execulte callback function for each node. Node of the tree has fields like as id, parent_id, children. Concrete names of the tree node fields can be configured with TreeAlgorithms properties idFieldName, parentIdFieldName, childsFieldName. Also exists javascript release, search lamzin-andrey/landlib on github.
hobodave/doctrine-hierarchical
11 Downloads
Hierarchical Structural Behavior to support Tree structures inside Doctrine2
doostan/menu
7 Downloads
tree structure menu
ajiho/hierarchy-builder
6 Downloads
High performance spanning tree structure
php-extended/php-html-parser-interface
15596 Downloads
Interfaces to implement parsing of bbcode text into html tree structure.
codiverum/yii2-abstracttree
57 Downloads
Extension contains abstract classes to provide base for tree structured data
webfactor/laravel-nestedset
15 Downloads
Tree structured Elquent Models
sakuraphp/sakura-dibi
2 Downloads
Sakura library contains implementations of 3 methods, which can manage different types of hierarchical structure (tree) on relational database.
sakuraphp/sakura
24 Downloads
Sakura library contains implementations of 3 methods, which can manage different types of hierarchical structure (tree) on relational database.
robinbressan/sequoia
6 Downloads
Provide tools to manage tree data structure
nagyatka/basil
20 Downloads
Tree data structure for PHP