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

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

kematjaya/menu-bundle
=====================

menu management

8.0.1(3mo ago)21.9kMITPHP

Since Feb 26Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/kematjaya0/menu-bundle)[ Packagist](https://packagist.org/packages/kematjaya/menu-bundle)[ RSS](/packages/kematjaya-menu-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (9)Versions (44)Used By (0)

menu-bundle for Symfony 8
=========================

[](#menu-bundle-for-symfony-8)

- installation

```
composer require kematjaya/menu-bundle

```

- configure to config/bundles.php

```
...
Kematjaya\MenuBundle\MenuBundle::class => ['all' => true]
...

```

- add to config/routes.yaml

```
...
kmj_menu:
    resource: '@MenuBundle/Resources/config/router.yml'
...

```

- create file resources/menu.yaml for setting list of menu and insert menu like this:

```
dashboard:                        # Path name / route name
    label: dashboard              # label
    icon: ft-home                 # css icon
    group: null                   # group menu

kmj_menu_access_control_index:    # Path name / route name
    label: access_control         # label
    icon: ft-aperture             # css icon
    group: administrator          # css icon
    icon_group: fi fi-rr-settings
    role:                         # role for allowed to access this menu
        - ROLE_SUPER_USER
        - ROLE_ADMINISTRATOR

```

- view menu in twig, add this to your twig template

```
{{ kmj_menu() }}

```

- url:

```
access control: kmj_menu_access_control_index
setting access control: kmj_menu_access_control_show

```

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance82

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Recently: every ~120 days

Total

42

Last Release

96d ago

Major Versions

1.1.1 → 2.02021-06-07

2.5.3 → 7.02024-10-21

7.0.2 → 8.02026-02-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2cf191329e1adc930a168a7d3baeda8517b7982184820692163a5baa72e3965?d=identicon)[kematjaya0](/maintainers/kematjaya0)

---

Top Contributors

[![kematjaya0](https://avatars.githubusercontent.com/u/36223951?v=4)](https://github.com/kematjaya0 "kematjaya0 (34 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[pentatrion/vite-bundle

Vite integration for your Symfony app

2755.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)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[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)

PHPackages © 2026

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