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

Abandoned → [nucleos/menu-bundle](/?search=nucleos%2Fmenu-bundle)Symfony-bundle[Utility &amp; Helpers](/categories/utility)

core23/menu-bundle
==================

This bundle provides services for defining static menus for symfony applications.

2.9.0(1mo ago)65931[3 issues](https://github.com/nucleos/NucleosMenuBundle/issues)[4 PRs](https://github.com/nucleos/NucleosMenuBundle/pulls)MITPHPPHP ^8.3CI passing

Since Jan 7Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/nucleos/NucleosMenuBundle)[ Packagist](https://packagist.org/packages/core23/menu-bundle)[ Docs](https://nucleos.rocks)[ GitHub Sponsors](https://github.com/sponsors/core23)[ Fund](https://ko-fi.com/core23)[ RSS](/packages/core23-menu-bundle/feed)WikiDiscussions 2.10.x Synced 3d ago

READMEChangelog (10)Dependencies (24)Versions (33)Used By (0)

NucleosMenuBundle
=================

[](#nucleosmenubundle)

[![Latest Stable Version](https://camo.githubusercontent.com/3b4e7efaa80839ab4253cb26bb39ea1304d10a84943080a11e95f71ec8603898/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f6d656e752d62756e646c652f762f737461626c65)](https://packagist.org/packages/nucleos/menu-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/8d7885350f5fef29dd0c0e6b71d4f86184a281d5a5a989abe0d04c8ecf87d627/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f6d656e752d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/nucleos/menu-bundle)[![License](https://camo.githubusercontent.com/9beb8194411ad82a3e0d306c0ed054a8c89a8d20c648b3ece7ded5ebda03888f/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f6d656e752d62756e646c652f6c6963656e7365)](LICENSE.md)

[![Total Downloads](https://camo.githubusercontent.com/fe8c011d8cf73c63a2103646e25d760e98d64ffa9ade54ab75fa3a526e9c755d/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f6d656e752d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/nucleos/menu-bundle)[![Monthly Downloads](https://camo.githubusercontent.com/ae8bd45c510649dd99c93adfd7252a54b6734204734f5db359a80cc18ea11cae/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f6d656e752d62756e646c652f642f6d6f6e74686c79)](https://packagist.org/packages/nucleos/menu-bundle)[![Daily Downloads](https://camo.githubusercontent.com/c6e58e46de0a4833ef89ba33ba5f091ca67bf6d7dff206601c095f6628558925/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f6d656e752d62756e646c652f642f6461696c79)](https://packagist.org/packages/nucleos/menu-bundle)

[![Continuous Integration](https://github.com/nucleos/MenuBundle/actions/workflows/continuous-integration.yml/badge.svg?event=push)](https://github.com/nucleos/MenuBundle/actions?query=workflow%3A%22Continuous+Integration%22+event%3Apush)[![Code Coverage](https://camo.githubusercontent.com/fd69edb9817470a8ba7a93a4220d769a8b56e7bc47980f7b0f43a8960e8a5b6a/68747470733a2f2f636f6465636f762e696f2f67682f6e75636c656f732f4e75636c656f734d656e7542756e646c652f67726170682f62616467652e737667)](https://codecov.io/gh/nucleos/NucleosMenuBundle)

This bundle provides services for defining static menus for symfony applications.

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

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require nucleos/menu-bundle

```

### Enable the Bundle

[](#enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Nucleos\MenuBundle\NucleosMenuBundle::class => ['all' => true],
];
```

Usage
-----

[](#usage)

Create a configuration file called `nucleos_menu.yaml`:

```
# config/packages/nucleos_menu.yaml

nucleos_menu:
    groups:
        // Header menu
        header:
            name: 'Header'
            attributes:
                id: 'header-nav'

        // Footer menu
        footer:
            name: 'Footer'

        // Main menu
        main:
            name: 'Main'
            attributes:
                class: 'nav navbar-nav'
            items:
                home:
                    label: 'Home'
                    icon: 'fa fa-home'
                    route: 'app_home'
                    routeParams: { path: '/' }
                downloads:
                    label: 'Download'
                    route: 'app_download_index'
                event:
                    label: 'Event'
                    route: 'app_event_index'
                    // Submenu items
                    children:
                        venue:
                            label: 'Venue'
                            route: 'app_venue_index'
```

License
-------

[](#license)

This bundle is under the [MIT license](LICENSE.md).

###  Health Score

55

—

FairBetter than 98% of packages

Maintenance82

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity89

Battle-tested with a long release history

 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 ~120 days

Recently: every ~43 days

Total

26

Last Release

41d ago

Major Versions

0.4.0 → 1.0.02019-06-12

1.1.0 → 2.0.02020-06-19

PHP version history (7 changes)0.1.0PHP ^7.1

0.4.0PHP ^7.2

1.1.0PHP ^7.3

2.2.0PHP ^7.3 || ^8.0

2.3.0PHP ^8.0

2.4.0PHP ^8.1

2.8.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/46179d0f1a863a1a71c634a413d857f8428ad9a8273cd065ba4f0e864730dde9?d=identicon)[core23](/maintainers/core23)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (372 commits)")[![nucleos-bot](https://avatars.githubusercontent.com/u/60489587?v=4)](https://github.com/nucleos-bot "nucleos-bot (360 commits)")[![core23](https://avatars.githubusercontent.com/u/3440437?v=4)](https://github.com/core23 "core23 (267 commits)")[![kodiakhq[bot]](https://avatars.githubusercontent.com/in/29196?v=4)](https://github.com/kodiakhq[bot] "kodiakhq[bot] (37 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (10 commits)")[![renovate-bot](https://avatars.githubusercontent.com/u/25180681?v=4)](https://github.com/renovate-bot "renovate-bot (2 commits)")

---

Tags

bundlegeneratorhacktoberfestknpmenumenuphpsonatasonata-blocksymfonysymfony-bundlesymfonybundlegeneratormenusonataknpmenusonata-block

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M568](/packages/symfony-maker-bundle)[sonata-project/admin-bundle

The missing Symfony Admin Generator

2.1k19.0M299](/packages/sonata-project-admin-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

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

PHPackages © 2026

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