PHPackages                             m-adamski/symfony-breadcrumbs-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. m-adamski/symfony-breadcrumbs-bundle

ActiveSymfony-bundle

m-adamski/symfony-breadcrumbs-bundle
====================================

The Symfony Bundle, which simplifies the process of generating and displaying breadcrumbs

6.0.0(1y ago)0949↓100%MITPHPPHP &gt;=8.2

Since Oct 23Pushed 1y agoCompare

[ Source](https://github.com/m-adamski/symfony-breadcrumbs-bundle)[ Packagist](https://packagist.org/packages/m-adamski/symfony-breadcrumbs-bundle)[ RSS](/packages/m-adamski-symfony-breadcrumbs-bundle/feed)WikiDiscussions 6.0 Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (13)Used By (0)

Breadcrumbs Bundle for Symfony
==============================

[](#breadcrumbs-bundle-for-symfony)

The Symfony Bundle, which simplifies the process of generating and displaying breadcrumbs. Compared to previous versions, this one is based on simple methods of creating and adding breadcrumbs.

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

[](#installation)

Composer can install this bundle:

```
$ composer require m-adamski/symfony-breadcrumbs-bundle

```

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

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

```
namespace App\Controller;

use App\Model\Breadcrumbs\Breadcrumb;
use App\Model\Breadcrumbs\Catalog as BreadcrumbsCatalog;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Attribute\Route;

class DashboardController extends AbstractController {
    public function __construct(
        private readonly BreadcrumbsCatalog $breadcrumbsCatalog,
    ) {}

    #[Route("/dashboard", name: "dashboard", methods: ["GET"])]
    public function index(): Response {
        $this->breadcrumbsCatalog->getDefaultContainer()
            ->add((new Breadcrumb("Dashboard"))->setRoute("dashboard"));

        return $this->render("modules/Dashboard/index.html.twig");
    }
}
```

The custom Twig function is responsible for displaying breadcrumbs:

```

    {{ breadcrumbs() }}

```

License
-------

[](#license)

MIT

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance44

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

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

Recently: every ~96 days

Total

12

Last Release

446d ago

Major Versions

1.1.0 → 2.0.02020-02-07

2.0.0 → 3.0.02023-10-16

3.0.x-dev → 4.0.02024-02-02

4.0.x-dev → 5.0.02024-11-03

5.0.x-dev → 6.0.02025-02-20

PHP version history (4 changes)1.0.0PHP ^7.1

2.0.0PHP ^7.2

3.0.0PHP &gt;=8.1

4.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/99031579203ae7aff3a32b3309374cb5703c35abc4737509bc6b228b433d9943?d=identicon)[m-adamski](/maintainers/m-adamski)

---

Top Contributors

[![m-adamski](https://avatars.githubusercontent.com/u/21038303?v=4)](https://github.com/m-adamski "m-adamski (15 commits)")

---

Tags

breadcrumbs-bundlephpsymfonysymfony-bundle

### Embed Badge

![Health badge](/badges/m-adamski-symfony-breadcrumbs-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/m-adamski-symfony-breadcrumbs-bundle/health.svg)](https://phpackages.com/packages/m-adamski-symfony-breadcrumbs-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)[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)[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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