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

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

kematjaya/breadcrumb-bundle
===========================

8.0(3mo ago)12.0k1proprietaryPHP

Since Jul 22Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/kematjaya0/breadcrumb-bundle)[ Packagist](https://packagist.org/packages/kematjaya/breadcrumb-bundle)[ RSS](/packages/kematjaya-breadcrumb-bundle/feed)WikiDiscussions master Synced today

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

Breadcrumb for Symfony 4 and Symfony 5
======================================

[](#breadcrumb-for-symfony-4-and-symfony-5)

1. instalation ```
    composer require kematjaya/breadcrumb-bundle

    ```
2. update config/bundles.php ```
    Kematjaya\Breadcrumb\KmjBreadcrumbBundle::class => ['all' => true]

    ```
3. usage in controller ```
    namespace App\Controller;

    use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
    use Kematjaya\Breadcrumb\Lib\Builder as BreacrumbBuilder;
    use Symfony\Component\Routing\Annotation\Route;

    /**
    * @Route("/item")
    */
    class MyController extends AbstractController
    {
        /**
        * @Route("/", name="item_index")
        */
        public function index(BreacrumbBuilder $builder)
        {
            $builder->add('item');

            ....
        }

        /**
        * @Route("/create", name="item_create")
        */
        public function create(BreacrumbBuilder $builder)
        {
            $builder->add('item', 'item_index');
            $builder->add('create');

            ...
        }
    }

    ```
4. use in twig ```

       {{ kmj_breadcrumb() }}

    ```

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance79

Regular maintenance activity

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

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

Recently: every ~454 days

Total

11

Last Release

111d ago

Major Versions

1.2.4 → 7.02025-02-06

7.0.2 → 8.02026-01-20

### 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 (19 commits)")

---

Tags

breadcrumbbreadcrumbslibrarysymfonysymfony-bundlesymfony4symfony5

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[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)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[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)
