PHPackages                             fabz29/breadcrumb-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. fabz29/breadcrumb-bundle

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

fabz29/breadcrumb-bundle
========================

Fabz29BreadcrumbBundle is a Symfony Bundle created to facilitate the management of breadcrumbs in your project.

34341PHP

Since Aug 27Pushed 6y ago3 watchersCompare

[ Source](https://github.com/Fabz29/breadcrumb-bundle)[ Packagist](https://packagist.org/packages/fabz29/breadcrumb-bundle)[ RSS](/packages/fabz29-breadcrumb-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

**Fabz 29 Breadcrumb Bundle** is a **Symfony Bundle** created to be the most simple unique way to manage breadcrumb. You don't have several option just one and just one way to do ! That's simple isn't ?

[![Build Status](https://camo.githubusercontent.com/07d0379bdfb1b5598df5c305551c55639d8e70d525d0a8273d12e37037952996/68747470733a2f2f7472617669732d63692e636f6d2f4661627a32392f62726561646372756d622d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/Fabz29/breadcrumb-bundle)

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

[](#installation)

\####Step 1 :

- require fabz29/breadcrumb-bundle

#### Step 2 : Add the bundle to your AppKernel.php

[](#step-2--add-the-bundle-to-your-appkernelphp)

```
// config/bundles.php
    ...
    Fabz29\BreadcrumbBundle\Fabz29BreadcrumbBundle::class => ['all' => true],
```

#### Step 3 : Configure the bundle

[](#step-3--configure-the-bundle)

```
// config/packages/fabz29_breadcrumb.yaml
fabz29_breadcrumb:
    template: 'default/_breadcrumb.html.twig'
    home_route_name: 'Home'
    home_route: 'homepage'
    home_route_params: []
```

#### Step 4 \[RECOMMENDED|OPTIONAL\] : Overide the template

[](#step-4-recommendedoptional--overide-the-template)

```

    {% for link in breadcrumb.links %}

        {{ link.name|trans({}, 'messages' }}

    {% endfor %}

```

How to use it
-------------

[](#how-to-use-it)

- in your controller :

    ```
        $breadcrumb = $this->get("fabz29_breadcrumb.breadcrumb.manager");
        $breadcrumb->addItem('Settings', 'user_settings');
    ```
- in your twig template where the fuc\* you want :

    ```
        {{ fabz29_render_breadcrumb() }}
    ```

TODO
----

[](#todo)

- Allow GET parameters not handle by routing component

License
-------

[](#license)

The bundle is developped by Fabien ZANETTI. Licence MIT

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 94.4% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d7b8acf2d296241ea1f5520c810fc5d30d1d1971922e734e05841010058d663?d=identicon)[Fabz29](/maintainers/Fabz29)

---

Top Contributors

[![Fabz29](https://avatars.githubusercontent.com/u/6987019?v=4)](https://github.com/Fabz29 "Fabz29 (17 commits)")[![borgesthiago](https://avatars.githubusercontent.com/u/34887627?v=4)](https://github.com/borgesthiago "borgesthiago (1 commits)")

### Embed Badge

![Health badge](/badges/fabz29-breadcrumb-bundle/health.svg)

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

###  Alternatives

[christianbarkowsky/contao-protectedselect

Adds a new form select widget which hides the internal field values in the frontend

107.4k1](/packages/christianbarkowsky-contao-protectedselect)[rexxars/morse

Generate morse code (text and/or wav-audio)

113.2k](/packages/rexxars-morse)

PHPackages © 2026

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