theartoflogic/doctrine-tree-extension
Composer 安装命令:
composer require theartoflogic/doctrine-tree-extension
包简介
Adds tree behaviors to your doctrine entities.
README 文档
README
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
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
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-23