Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knplabs/knpmenubundle
Object Oriented menus for your Symfony project.
https://github.com/knplabs/knpmenubundle
bundle menu-generator php symfony symfony-bundle
Last synced: 5 days ago
JSON representation
Object Oriented menus for your Symfony project.
- Host: GitHub
- URL: https://github.com/knplabs/knpmenubundle
- Owner: KnpLabs
- License: mit
- Created: 2010-08-10T12:46:57.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-12-28T11:11:34.000Z (about 1 month ago)
- Last Synced: 2025-01-28T04:05:48.748Z (5 days ago)
- Topics: bundle, menu-generator, php, symfony, symfony-bundle
- Language: PHP
- Homepage: http://knplabs.com
- Size: 646 KB
- Stars: 1,405
- Watchers: 54
- Forks: 202
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
KnpMenuBundle
=============
The `KnpMenuBundle` integrates the [KnpMenu](https://github.com/KnpLabs/KnpMenu)
PHP library with Symfony. This means easy-to-implement and feature-rich menus
in your Symfony application![![Build Status](https://github.com/KnpLabs/KnpMenuBundle/actions/workflows/build.yaml/badge.svg)](https://github.com/KnpLabs/KnpMenuBundle/actions/workflows/build.yaml)
[![Latest Stable Version](https://poser.pugx.org/knplabs/knp-menu-bundle/v/stable.png)](https://packagist.org/packages/knplabs/knp-menu-bundle)
[![Latest Unstable Version](https://poser.pugx.org/knplabs/knp-menu-bundle/v/unstable.png)](https://packagist.org/packages/knplabs/knp-menu-bundle)### What now?
Documentation! The documentation for this bundle is available in the `docs`
directory of the bundle:* Read the [KnpMenuBundle documentation](https://symfony.com/bundles/KnpMenuBundle/current/index.html)
This bundle's job is to integrate a standalone PHP menu library called [KnpMenu](https://github.com/KnpLabs/KnpMenu).
You can learn a lot more about how this library works by reading that library's
documentation.## Maintainers
Please read [this post](https://knplabs.com/en/blog/news-for-our-foss-projects-maintenance) first.This library is maintained by the following people (alphabetically sorted) :
- @garak
- @stof## Credits
This bundle was originally ported from [ioMenuPlugin](https://github.com/weaverryan/ioMenuPlugin),
a menu plugin for symfony1. It has since been developed by [knpLabs](https://knplabs.com) and
the Symfony community.