PHPackages                             friendsofvictoire/menu-widget - 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. friendsofvictoire/menu-widget

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

friendsofvictoire/menu-widget
=============================

Victoire DCMS Menu widget

3.0.1(6y ago)013.7k3[5 issues](https://github.com/FriendsOfVictoire/WidgetMenuBundle/issues)MITPHPPHP &gt;=5.5.9

Since Oct 2Pushed 6y ago8 watchersCompare

[ Source](https://github.com/FriendsOfVictoire/WidgetMenuBundle)[ Packagist](https://packagist.org/packages/friendsofvictoire/menu-widget)[ RSS](/packages/friendsofvictoire-menu-widget/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (11)Used By (0)

Victoire DCMS Menu Bundle
=========================

[](#victoire-dcms-menu-bundle)

\##What is the purpose of this bundle

This bundles gives you access to the *Menu Widget*. With this widget, you can install a header menu, footer menu, or a menu directly on a page.

The categories can link to :

- Internal pages
- URL
- A routing setting
- An anchor - i.e a widget within a page

\##Set Up Victoire

If you haven't already, you can follow the steps to set up Victoire *[here](https://github.com/Victoire/victoire/blob/master/setup.md)*

\##Install the Menu Bundle :

Run the following composer command :

```
php composer.phar require friendsofvictoire/menu-widget

```

\###Reminder

Do not forget to add the bundle in your AppKernel !

```
    class AppKernel extends Kernel
    {
        public function registerBundles()
        {
            $bundles = array(
                ...
                new Victoire\Widget\MenuBundle\VictoireWidgetMenuBundle(),
            );

            return $bundles;
        }
    }
```

\##Tricks

You can then use this widget menu in any web site. To get a full responsive menu, you can add these lines in your layout :

```

            {{ cms_slot_widgets('header_logo') }}

            {{ cms_slot_widgets('header_nav') }}

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 81.3% 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 ~191 days

Recently: every ~274 days

Total

8

Last Release

2511d ago

Major Versions

1.5.1 → 2.0.02016-08-22

2.0.1 → 3.0.02017-06-21

PHP version history (2 changes)1.3.0PHP &gt;=5.3.3

1.5PHP &gt;=5.5.9

### Community

Maintainers

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

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

---

Top Contributors

[![paulandrieux](https://avatars.githubusercontent.com/u/1942078?v=4)](https://github.com/paulandrieux "paulandrieux (65 commits)")[![vincent-chapron](https://avatars.githubusercontent.com/u/10434344?v=4)](https://github.com/vincent-chapron "vincent-chapron (10 commits)")[![lenybernard](https://avatars.githubusercontent.com/u/618536?v=4)](https://github.com/lenybernard "lenybernard (3 commits)")[![gregumo](https://avatars.githubusercontent.com/u/11725078?v=4)](https://github.com/gregumo "gregumo (1 commits)")[![mperonnet](https://avatars.githubusercontent.com/u/2752742?v=4)](https://github.com/mperonnet "mperonnet (1 commits)")

---

Tags

menuwidgetvictoireDCMSFriendsofVictoire

### Embed Badge

![Health badge](/badges/friendsofvictoire-menu-widget/health.svg)

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

PHPackages © 2026

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