Libraries tagged by tree structure
pehape/data-tree
1734 Downloads
DataTree: Tree data-structure component for Nette Framework
matejlauko/tree
466 Downloads
A basic but flexible php tree data structure and a fluent tree builder implementation. Fork nicmart/Tree
melting-server/schema-dot-org-tree
10 Downloads
Reads a version of schema.org and builds out a structured tree. Access any entry's direct or inherited properties or traverse the tree using $entity->parent() or $entity->children. Supports multiple schema versions.
rlnks/php-mail-tree
6 Downloads
A PHP HTML email builder using an intuitive object-tree nesting approach. Structure your email exactly like you think it — each node is a named property on its parent.
changhorizon/directory-tree
41 Downloads
Elegantly transform directory structures into traversable tree objects
quanzo/yii2-tree
1 Downloads
Ajax tree mapping. Adjacency list tree type. The ability to change the structure.
suchomsky/sql-tree
7 Downloads
Manages a nested sets sql table structure
skycel/custom-theme-tree
1 Downloads
WordPress plugin that provides a structured and organized theme development environment with customizable directory structures.
kariricode/data-structure
1093 Downloads
The KaririCode DataStructure component offers advanced PHP data structures, including lists, stacks, queues, maps, and sets. It features efficient, strongly-typed, object-oriented implementations like ArrayList, LinkedList, BinaryHeap, and TreeMap.
arcanisgk/project-structure-viewer
3 Downloads
A PHP library to visualize project directory structures with .gitignore support and interactive HTML output
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.