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
- Host: GitHub
- URL: https://github.com/dereuromark/cakephp-menu
- Owner: dereuromark
- License: mit
- Created: 2018-03-20T22:50:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-17T08:15:59.000Z (over 4 years ago)
- Last Synced: 2025-02-28T14:05:39.564Z (over 1 year ago)
- Language: PHP
- Size: 70.3 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cakephp - Menu plugin - Composable menu builder and renderer for nested navigation, active-state matching, and breadcrumbs - and zero dependencies. (Plugins / Navigation)
README
# CakePHP Menu Plugin
[](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).