Libraries tagged by tree-structure
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.
krg/doctrine-nestedsets
26 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.
khazhinov/laravel-trees
267 Downloads
Multi-Tree structures for Laravel
kblais/france-cities-seeds
2939 Downloads
Extract the tree structure of French metropolitan regions, departments and cities from www.data.gouv.fr CSV
junstyle/tree
6 Downloads
Library for handling tree structures based on parent IDs
jitesoft/xml2struct
104 Downloads
Simple lib to convert a xml file into a tree structure of nodes, an array structure or a json string.
jdz/menu
6 Downloads
Menu tree structure & rendering library
ivi/tree-manipulator
4 Downloads
Library to manipulate tree structure data
hxari/tree
6 Downloads
Create a Tree structure using an Array.
hobodave/doctrine-hierarchical
16 Downloads
Hierarchical Structural Behavior to support Tree structures inside Doctrine2
heimrichhannot/contao-tree-bundle
20 Downloads
A contao bundle to create a tree structure like an organization chart in the contao backend and output it in the frontend.
doostan/menu
7 Downloads
tree structure menu
dominator/tree
21 Downloads
Library for handling tree structures based on parent IDs, e.g. a self-joined database table
dc-ag/tree-nodes
2974 Downloads
Library to handle tree structures with entities
datastructure/tree
1 Downloads
A clean and flexible PHP library for building and manipulating tree structures