https://github.com/admad/cakephp-tree
CakPHP plugin for working with tree structures
https://github.com/admad/cakephp-tree
cakephp cakephp-plugin php tree
Last synced: 7 months ago
JSON representation
CakPHP plugin for working with tree structures
- Host: GitHub
- URL: https://github.com/admad/cakephp-tree
- Owner: ADmad
- License: mit
- Created: 2013-02-05T11:25:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T08:03:14.000Z (11 months ago)
- Last Synced: 2025-04-14T13:10:33.875Z (7 months ago)
- Topics: cakephp, cakephp-plugin, php, tree
- Language: PHP
- Homepage:
- Size: 43.9 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Tree
[](https://github.com/ADmad/cakephp-tree/actions/workflows/ci.yml?query=branch%3Amaster)
[](https://codecov.io/github/ADmad/cakephp-tree)
[](https://packagist.org/packages/ADmad/cakephp-tree)
[](LICENSE)
## Install
Using [Composer][composer]:
```
composer require admad/cakephp-tree
```
You then need to load the plugin. You can use the CLI command:
```
bin/cake plugin load ADmad/Tree
```
## License
Copyright (c) 2016 - Present, ADmad and licensed under [The MIT License][mit].
[composer]:http://getcomposer.org
[mit]:http://www.opensource.org/licenses/mit-license.php