thiagof / cobra-mptt
Class implementing Modified Preorder Tree Traversal (Nested Sets)
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 0
pkg:composer/thiagof/cobra-mptt
Requires
- ext-pdo: *
Requires (Dev)
- phpunit/dbunit: ^2.0
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2025-09-28 02:10:31 UTC
README
MPTT (Modified Preorder Tree Traversal) library for PDO
MPTT is an eficient hierarchical tree algorithm also known as Nested Sets.
This library ships a simple a database interface which allows the creation of custom database layers. This means you can use the library with any sql database orm/adapter.
Please checkout ./tests/
and ./examples/
for usage instructions.