PHPackages                             janbuecker/sculpin-meta-navigation-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. janbuecker/sculpin-meta-navigation-bundle

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

janbuecker/sculpin-meta-navigation-bundle
=========================================

Sculpin Meta Navigation Bundle

v0.9(3y ago)05.2k2[1 PRs](https://github.com/janbuecker/sculpin-meta-navigation-bundle/pulls)MITPHPPHP &gt;=5.4.0

Since Sep 28Pushed 3y ago3 watchersCompare

[ Source](https://github.com/janbuecker/sculpin-meta-navigation-bundle)[ Packagist](https://packagist.org/packages/janbuecker/sculpin-meta-navigation-bundle)[ RSS](/packages/janbuecker-sculpin-meta-navigation-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (9)Used By (0)

Sculpin Meta Navigation Bundle
==============================

[](#sculpin-meta-navigation-bundle)

This bundle creates a multidimensional array based on meta options of pages. It can be implemented using the `page.menu` twig variable.

Setup
-----

[](#setup)

Add this bundle in your `composer.json` file by requiring it:

```
composer require janbuecker/sculpin-meta-navigation-bundle ^0.7

```

Now you can register the bundle in your `SculpinKernel` class available on `app/SculpinKernel.php` file:

```
class SculpinKernel extends \Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel
{
    protected function getAdditionalSculpinBundles()
    {
        return [
           'Janbuecker\Sculpin\Bundle\MetaNavigationBundle\SculpinMetaNavigationBundle'
        ];
    }
}
```

Usage
-----

[](#usage)

All files in `source` will be recognized as a Content Type Page. A Twig variable `page.menu` can be looped to automatically generate a menu. This menu is limited to 3 dimensions.

To make a menu item visible, you have to add a `menu_title` to the page.

### Options

[](#options)

- **menu\_title**
    Menu item title
- **menu\_order**
    Position of the item, low number equals top position
- **menu\_style**
    An additional variable to set the list style option
- **menu\_chapter**
    Simple boolean to inform the menu that it is a simple text
- **group**
    Parent menu item title on the first dimension (root)
- **subgroup**
    Parent menu item title on the second dimension

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.2% 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 ~308 days

Recently: every ~313 days

Total

8

Last Release

1355d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/87bec78135aee2ab0f6ca5c7a0aae17966d8bfec3f873a81932fa65cf6621a20?d=identicon)[janbuecker](/maintainers/janbuecker)

---

Top Contributors

[![janbuecker](https://avatars.githubusercontent.com/u/736986?v=4)](https://github.com/janbuecker "janbuecker (13 commits)")[![beryllium](https://avatars.githubusercontent.com/u/602491?v=4)](https://github.com/beryllium "beryllium (3 commits)")[![PascalThesing](https://avatars.githubusercontent.com/u/14017436?v=4)](https://github.com/PascalThesing "PascalThesing (2 commits)")

---

Tags

statictreepagesblognavigationmetabloggingsite

### Embed Badge

![Health badge](/badges/janbuecker-sculpin-meta-navigation-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/janbuecker-sculpin-meta-navigation-bundle/health.svg)](https://phpackages.com/packages/janbuecker-sculpin-meta-navigation-bundle)
```

###  Alternatives

[knplabs/knp-menu

An object oriented menu library

1.4k55.8M287](/packages/knplabs-knp-menu)[cuyz/valinor

Dependency free PHP library that helps to map any input into a strongly-typed structure.

1.5k9.2M108](/packages/cuyz-valinor)[sculpin/sculpin

Static Site Generator

1.5k102.8k12](/packages/sculpin-sculpin)[tightenco/jigsaw-blog-template

Blog starter template for Jigsaw static site generator by Tighten

9464.0k](/packages/tightenco-jigsaw-blog-template)[norberttech/static-content-generator-bundle

Generate static html pages from your symfony application

373.7k](/packages/norberttech-static-content-generator-bundle)[rickwest/jigsaw-clean-blog

Blog starter template for Jigsaw static site generator by Tighten

111.4k](/packages/rickwest-jigsaw-clean-blog)

PHPackages © 2026

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