Skip to content

theartoflogic/doctrine-tree-extension

Repository files navigation

Doctrine Tree Extension

This library contains an extension for Doctrine that makes it quick and easy to add hierarchical tree structures to your entities. With just a couple of configurations you can start managing your tree structures effortlessly.

Version 1.0.0

Build Status

Features

Note: At this time Closure trees are the only supported method. I am actively developing support for other tree models and will release an update as soon as they are ready.

  • Closure Tree: Easily manage the closure table, including the option to specify the depth of each node.

Upcoming Features

  • Nested Set: Easily manage the nested set data.

Running the tests:

To run the tests follow these instructions:

  • Install composer (needed to install dependencies).
  • Go to the root directory for the extension.
  • Run (install dependencies): composer --dev update
  • Run (execute tests): phpunit

About

Adds tree behaviors to your doctrine entities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages