PHPackages                             symfony-cmf/menu-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. symfony-cmf/menu-bundle

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

symfony-cmf/menu-bundle
=======================

Symfony CMF Menu Bundle

2.2.0(7y ago)32822.1k—7.1%47[4 issues](https://github.com/symfony-cmf/menu-bundle/issues)[3 PRs](https://github.com/symfony-cmf/menu-bundle/pulls)18MITPHPPHP ^7.1

Since Jun 4Pushed 4y ago14 watchersCompare

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

READMEChangelog (10)Dependencies (11)Versions (46)Used By (18)

This repository is no longer maintained
=======================================

[](#this-repository-is-no-longer-maintained)

Due to lack of interest, we had to decide to discontinue this repository. The CMF project focusses on the [Routing component](https://github.com/symfony-cmf/routing) and [RoutingBundle](https://github.com/symfony-cmf/routing-bundle), which are still in active use by other projects.

This repository will no longer be upgraded and marked as abandoned, but will be kept available for legacy projects or if somebody wants to experiment with the CMF.

You can contact us in the #symfony\_cmf channel of the [Symfony devs slack](https://symfony.com/slack).

Symfony CMF Menu Bundle
=======================

[](#symfony-cmf-menu-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/bc416e311286bb581cd4e344cbf72a56e9b4bceb425aca8f82f1d06b9434a2e2/68747470733a2f2f706f7365722e707567782e6f72672f73796d666f6e792d636d662f6d656e752d62756e646c652f762f737461626c65)](https://packagist.org/packages/symfony-cmf/menu-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/7b5a7b5cc910358c76aaf705fdc67271b2ca51829ef686c4c01366b9e3e0017e/68747470733a2f2f706f7365722e707567782e6f72672f73796d666f6e792d636d662f6d656e752d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/symfony-cmf/menu-bundle)[![License](https://camo.githubusercontent.com/17850204af3ab800481c17f7be8e6f3a2aed6c4de995c4682f6439ea5940284d/68747470733a2f2f706f7365722e707567782e6f72672f73796d666f6e792d636d662f6d656e752d62756e646c652f6c6963656e7365)](https://packagist.org/packages/symfony-cmf/menu-bundle)

[![Total Downloads](https://camo.githubusercontent.com/3bae537b282370558b0fbf8217be464e4b6f461c4cbd2ac2c72807ea3e22b5bf/68747470733a2f2f706f7365722e707567782e6f72672f73796d666f6e792d636d662f6d656e752d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/symfony-cmf/menu-bundle)[![Monthly Downloads](https://camo.githubusercontent.com/47e03c43be1e2ece3bd152799f0c3e96ce17bb8baf06638e44e68588d19a3261/68747470733a2f2f706f7365722e707567782e6f72672f73796d666f6e792d636d662f6d656e752d62756e646c652f642f6d6f6e74686c79)](https://packagist.org/packages/symfony-cmf/menu-bundle)[![Daily Downloads](https://camo.githubusercontent.com/935341831931fb2176c8d69029e1c5a3f3857203b05d820b32fff312420b7c6c/68747470733a2f2f706f7365722e707567782e6f72672f73796d666f6e792d636d662f6d656e752d62756e646c652f642f6461696c79)](https://packagist.org/packages/symfony-cmf/menu-bundle)

BranchTravisCoverallsmaster[![Build Status](https://camo.githubusercontent.com/adc5aeff8c203618149e2c97cd537eb9ffc39c0ee035fc98995344d423fbca44/68747470733a2f2f7472617669732d63692e6f72672f73796d666f6e792d636d662f6d656e752d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/symfony-cmf/menu-bundle)[![Coverage Status](https://camo.githubusercontent.com/92b3404d944280bd01827b81fcbf1d2d0721b76d301569b4c3fe32eeaeb54390/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f73796d666f6e792d636d662f6d656e752d62756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/symfony-cmf/menu-bundle?branch=master)This package is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/) and licensed under the [MIT License](LICENSE).

The MenuBundle provides menus from a doctrine object manager with the help of KnpMenuBundle.

Requirements
------------

[](#requirements)

- PHP 7.1 / 7.2
- Symfony 2.8 / 3.3 / 3.4 / 4.0
- See also the `require` section of [composer.json](composer.json)

Documentation
-------------

[](#documentation)

For the install guide and reference, see:

- [symfony-cmf/menu-bundle Documentation](http://symfony.com/doc/master/cmf/bundles/menu/index.html)

See also:

- [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
- [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links

Support
-------

[](#support)

For general support and questions, please use [StackOverflow](http://stackoverflow.com/questions/tagged/symfony-cmf).

Contributing
------------

[](#contributing)

Pull requests are welcome. Please see our [CONTRIBUTING](https://github.com/symfony-cmf/blob/master/CONTRIBUTING.md)guide.

Unit and/or functional tests exist for this package. See the [Testing documentation](http://symfony.com/doc/master/cmf/components/testing.html)for a guide to running the tests.

Thanks to [everyone who has contributed](contributors) already.

License
-------

[](#license)

This package is available under the [MIT license](src/Resources/meta/LICENSE).

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity50

Moderate usage in the ecosystem

Community43

Growing community involvement

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~55 days

Recently: every ~76 days

Total

42

Last Release

2831d ago

Major Versions

1.2.x-dev → 2.0.0-RC12016-01-23

PHP version history (5 changes)1.0.0-alpha1PHP &gt;=5.3.2

1.0.0-RC1PHP &gt;=5.3.3

2.0.0-RC1PHP ^5.3.9|^7.0

2.1.0-RC1PHP ^5.6|^7.0

2.2.0-RC1PHP ^7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/76576?v=4)[David Buchmann](/maintainers/dbu)[@dbu](https://github.com/dbu)

![](https://avatars.githubusercontent.com/u/20873?v=4)[Luke Smith](/maintainers/lsmith)[@lsmith](https://github.com/lsmith)

![](https://www.gravatar.com/avatar/e6155db5d38999238ba21fc58a9e613adb354d846f6e74936dfd7fd505fb48bd?d=identicon)[Wouter J](/maintainers/Wouter%20J)

---

Top Contributors

[![dbu](https://avatars.githubusercontent.com/u/76576?v=4)](https://github.com/dbu "dbu (232 commits)")[![lsmith77](https://avatars.githubusercontent.com/u/300279?v=4)](https://github.com/lsmith77 "lsmith77 (124 commits)")[![dantleech](https://avatars.githubusercontent.com/u/530801?v=4)](https://github.com/dantleech "dantleech (109 commits)")[![wouterj](https://avatars.githubusercontent.com/u/749025?v=4)](https://github.com/wouterj "wouterj (99 commits)")[![ElectricMaxxx](https://avatars.githubusercontent.com/u/2905834?v=4)](https://github.com/ElectricMaxxx "ElectricMaxxx (21 commits)")[![uwej711](https://avatars.githubusercontent.com/u/648874?v=4)](https://github.com/uwej711 "uwej711 (15 commits)")[![EmmanuelVella](https://avatars.githubusercontent.com/u/663607?v=4)](https://github.com/EmmanuelVella "EmmanuelVella (9 commits)")[![kingcrunch](https://avatars.githubusercontent.com/u/90388?v=4)](https://github.com/kingcrunch "kingcrunch (6 commits)")[![saithis](https://avatars.githubusercontent.com/u/1547453?v=4)](https://github.com/saithis "saithis (5 commits)")[![r0ssIV](https://avatars.githubusercontent.com/u/1242369?v=4)](https://github.com/r0ssIV "r0ssIV (5 commits)")[![adou600](https://avatars.githubusercontent.com/u/1431387?v=4)](https://github.com/adou600 "adou600 (5 commits)")[![dinamic](https://avatars.githubusercontent.com/u/11616?v=4)](https://github.com/dinamic "dinamic (3 commits)")[![petesiss](https://avatars.githubusercontent.com/u/235621?v=4)](https://github.com/petesiss "petesiss (3 commits)")[![petk](https://avatars.githubusercontent.com/u/1614009?v=4)](https://github.com/petk "petk (3 commits)")[![sjopet](https://avatars.githubusercontent.com/u/881246?v=4)](https://github.com/sjopet "sjopet (3 commits)")[![xabbuh](https://avatars.githubusercontent.com/u/1957048?v=4)](https://github.com/xabbuh "xabbuh (2 commits)")[![benglass](https://avatars.githubusercontent.com/u/1964631?v=4)](https://github.com/benglass "benglass (2 commits)")[![covex-nn](https://avatars.githubusercontent.com/u/110878?v=4)](https://github.com/covex-nn "covex-nn (2 commits)")[![phiamo](https://avatars.githubusercontent.com/u/207291?v=4)](https://github.com/phiamo "phiamo (2 commits)")[![pulzarraider](https://avatars.githubusercontent.com/u/960844?v=4)](https://github.com/pulzarraider "pulzarraider (2 commits)")

---

Tags

menusymfonysymfony-bundlesymfony-cmfmenusymfony-cmf

### Embed Badge

![Health badge](/badges/symfony-cmf-menu-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/symfony-cmf-menu-bundle/health.svg)](https://phpackages.com/packages/symfony-cmf-menu-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[knplabs/knp-menu-bundle

This bundle provides an integration of the KnpMenu library

1.4k53.8M315](/packages/knplabs-knp-menu-bundle)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[jbtronics/settings-bundle

A symfony bundle to easily create typesafe, user-configurable settings for symfony applications

9546.7k2](/packages/jbtronics-settings-bundle)[pixelopen/cloudflare-turnstile-bundle

A simple package to help integrate Cloudflare Turnstile on Symfony.

31205.8k3](/packages/pixelopen-cloudflare-turnstile-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
