bit3 / php-flexi-tree
Object oriented framework to create menues.
Installs: 460
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
pkg:composer/bit3/php-flexi-tree
Requires
- php: >=5.3.4
Requires (Dev)
Suggests
- symfony/event-dispatcher: Required for the EventDrivenItemFactory
Replaces
- bit3/flexi-tree: 1.0
This package is not auto-updated.
Last update: 2022-02-01 12:35:43 UTC
README
FlexiTree is a framework, similar to KnpMenu to create navigation menus with PHP. There are some commonalities, but also a lot of differences.
- FlexiTree force a OO-only interface.
- FlexiTree is as lightweight as possible, but also as flexible as possible.
- FlexiTree menus are designed to be fully stateless.