An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Tree

[![Build Status](https://img.shields.io/github/actions/workflow/status/ADmad/cakephp-tree/ci.yml?branch=master&style=flat-square)](https://github.com/ADmad/cakephp-tree/actions/workflows/ci.yml?query=branch%3Amaster)
[![Coverage](https://img.shields.io/codecov/c/github/ADmad/cakephp-tree.svg?style=flat-square)](https://codecov.io/github/ADmad/cakephp-tree)
[![Total Downloads](https://img.shields.io/packagist/dt/ADmad/cakephp-tree.svg?style=flat-square)](https://packagist.org/packages/ADmad/cakephp-tree)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](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