dereuromark / cakephp-menu
CakePHP Menu Plugin
Installs: 2 507
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 1
Type:cakephp-plugin
Requires
- php: >=7.2
- cakephp/cakephp: ^4.0
Requires (Dev)
- fig-r/psr2r-sniffer: dev-master
- phpstan/phpstan: ^0.12
- phpunit/phpunit: ^8.5 || ^9.5
This package is auto-updated.
Last update: 2024-10-17 15:02:43 UTC
README
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:
Documentation
See Docs.