https://github.com/zicht/menu-bundle
Library - ZichtMenuBundle - Database-managed menus (integrates KnpMenuBundle, Doctrine and SonataAdmin)
https://github.com/zicht/menu-bundle
packagist
Last synced: about 1 year ago
JSON representation
Library - ZichtMenuBundle - Database-managed menus (integrates KnpMenuBundle, Doctrine and SonataAdmin)
- Host: GitHub
- URL: https://github.com/zicht/menu-bundle
- Owner: zicht
- License: mit
- Created: 2016-10-05T10:21:50.000Z (over 9 years ago)
- Default Branch: release/6.x
- Last Pushed: 2024-05-02T13:58:15.000Z (about 2 years ago)
- Last Synced: 2025-01-19T18:26:01.545Z (over 1 year ago)
- Topics: packagist
- Language: PHP
- Size: 304 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# `zicht/menu-bundle`
Provides an integration between [KnpMenuBundle](https://github.com/KnpLabs/KnpMenuBundle) and [Doctrine](http://doctrine.org) to store your menu in the database. Optionally you can integrate with [sonata project](https://sonata-project.org)).
## Features
* Multilingual
* Uses a highly optimized table storage for querying menu's.
* Hook into zicht/url-bundle to put any "linkable" object in the menu
* Hook into zicht/page-bundle to easily add pages to a menu
## The `zicht/cms` tutorial
Read the contents of the
[`zicht/cms` tutorial](https://github.com/zicht/cms-tutorial) to get
a feel of how you can use this bundle in combination with the other
zicht/cms libraries.
# Maintainers
* Boudewijn Schoon
* Erik Trapman