PHPackages                             wemakecustom/menu-part-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. wemakecustom/menu-part-bundle

AbandonedLibrary[Utility &amp; Helpers](/categories/utility)

wemakecustom/menu-part-bundle
=============================

Symfony Bundle wrapping KnpMenuBundle to declare menus by small parts

v2.1.2(10y ago)12222MITPHPPHP &gt;=5.3.3

Since Jan 20Pushed 10y ago5 watchersCompare

[ Source](https://github.com/wemakecustom/menu-part-bundle)[ Packagist](https://packagist.org/packages/wemakecustom/menu-part-bundle)[ Docs](https://github.com/wemakecustom/menu-part-bundle)[ RSS](/packages/wemakecustom-menu-part-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (10)Used By (0)

WMCMenuPartBundle
=================

[](#wmcmenupartbundle)

Wrapper around [`knplabs/knp-menu-bundle`](https://github.com/KnpLabs/KnpMenuBundle)to easily create partial self contained menu providers.

The goal is to create global menus (main, top, sidebar, etc.) and have different services fill them when they see fit. An example would be a sidebar that offers actions (edit, delete, etc.) on the current resource.

This bundle really needs tests though…

**WARNING**: This bundles requries KnpMenuBundle **~2.0**.

Installation
------------

[](#installation)

Download and install the bundle via composer

```
$ php composer.phar require wemakecustom/menu-part-bundle
```

Enable the Bundle (and its dependencies) in the Kernel:

```
