2017 © Pedro Peláez
 

library doctrine-tree-extension

Adds tree behaviors to your doctrine entities.

image

theartoflogic/doctrine-tree-extension

Adds tree behaviors to your doctrine entities.

  • Thursday, January 24, 2013
  • by theartoflogic
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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., (*1)

Version 1.0.0, (*2)

Build Status, (*3)

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., (*4)

  • 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:, (*5)

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

The Versions

24/01 2013

dev-master

9999999-dev

Adds tree behaviors to your doctrine entities.

  Sources   Download

MIT

The Requires

 

The Development Requires

extensions nested set doctrine2 tree behaviors closure theartoflogic