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

https://github.com/dereuromark/cakephp-menu

Powerful Menu plugin for CakePHP
https://github.com/dereuromark/cakephp-menu

Last synced: 8 months ago
JSON representation

Powerful Menu plugin for CakePHP

Awesome Lists containing this project

README

          

# CakePHP Menu Plugin

[![License](https://poser.pugx.org/dereuromark/cakephp-menu/license.svg)](https://packagist.org/packages/dereuromark/cakephp-menu)

A powerful menu builder for CakePHP apps.

**WORK IN PROGRESS!**

**DON'T USE THIS IN PRODUCTION!**

This branch is for CakePHP 4.0+.

## Features

We've tried to keep this as agnostic as possible to third party libraries

* Interface to set your logic for implementing when an item is active
* Interface to set your logic for implementing when an item is visible or not
* Rendering is completely decoupled from the data structure of the menu
* Following PSR7 while at the same time providing CakePHP convenience wrappers

## Alternatives
If you are looking into a stable feature rich alternative:
- https://github.com/FriendsOfCake/awesome-cakephp#navigation

## Documentation
See [Docs](docs).