Libraries tagged by tree structure
andytruong/phpclass-tree
11 Downloads
Simple web application to print class 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
38 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
25 Downloads
Laravel package allows you to convert flat collections of models into hierarchical tree structures, simplifying parent-child relationships management.
landlib/treealgorithms
31 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
16 Downloads
Hierarchical Structural Behavior to support Tree structures inside Doctrine2
doostan/menu
7 Downloads
tree structure menu
dakujem/oliva74
31 Downloads
Backport of dakujem/oliva (Flexible tree structure, tree builders, traversal iterators, filter.) for PHP 7.4
ajiho/hierarchy-builder
10 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
3 Downloads
Sakura library contains implementations of 3 methods, which can manage different types of hierarchical structure (tree) on relational database.
sakuraphp/sakura
28 Downloads
Sakura library contains implementations of 3 methods, which can manage different types of hierarchical structure (tree) on relational database.