PHPackages                             faonni/module-breadcrumbs - 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. faonni/module-breadcrumbs

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

faonni/module-breadcrumbs
=========================

Extension add breadcrumbs to pages in Magento 2 that by default do not have breadcrumbs.

2.4.2(4y ago)1515.0k↓33.3%5[2 issues](https://github.com/karliuka/m2.Breadcrumbs/issues)OSL-3.0PHP

Since Oct 3Pushed 4y ago4 watchersCompare

[ Source](https://github.com/karliuka/m2.Breadcrumbs)[ Packagist](https://packagist.org/packages/faonni/module-breadcrumbs)[ RSS](/packages/faonni-module-breadcrumbs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (23)Used By (0)

Magento2 Breadcrumbs
====================

[](#magento2-breadcrumbs)

Extension add breadcrumbs to pages in Magento 2 that by default do not have breadcrumbs.

[![Total Downloads](https://camo.githubusercontent.com/006c997d19eb53a13006854e8f2b19152ae6fc33c3325b24771b684dbcd024a2/68747470733a2f2f706f7365722e707567782e6f72672f66616f6e6e692f6d6f64756c652d62726561646372756d62732f646f776e6c6f616473)](https://packagist.org/packages/faonni/module-breadcrumbs)[![Latest Stable Version](https://camo.githubusercontent.com/be5741bb0dcbb765fb1af175a56cb36003f55274b7fe9a0ee462525d14a75d98/68747470733a2f2f706f7365722e707567782e6f72672f66616f6e6e692f6d6f64756c652d62726561646372756d62732f762f737461626c65)](https://packagist.org/packages/faonni/module-breadcrumbs)

[![Magento2 Breadcrumbs](https://camo.githubusercontent.com/980eb76bd3a35322ea3c719356f62fdba923194a3d0460d7a07689e0a1667720/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f62726561646372756d62732f6163636f756e742e706e67)](https://camo.githubusercontent.com/980eb76bd3a35322ea3c719356f62fdba923194a3d0460d7a07689e0a1667720/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f62726561646372756d62732f6163636f756e742e706e67)

Compatibility
-------------

[](#compatibility)

Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x

Install
-------

[](#install)

#### Install via Composer (recommend)

[](#install-via-composer-recommend)

1. Go to Magento2 root folder
2. Enter following commands to install module:

    For Magento CE(EE) 2.0.x

    ```
    composer require faonni/module-breadcrumbs:2.0.*
    ```

    For Magento CE(EE) 2.1.x

    ```
    composer require faonni/module-breadcrumbs:2.1.*
    ```

    For Magento CE(EE) 2.2.x

    ```
    composer require faonni/module-breadcrumbs:2.2.*
    ```

    For Magento CE(EE) 2.3.x

    ```
    composer require faonni/module-breadcrumbs:2.3.*
    ```

    For Magento CE(EE) 2.4.x

    ```
    composer require faonni/module-breadcrumbs:2.4.*
    ```

    Wait while dependencies are updated.

#### Manual Installation

[](#manual-installation)

1. Create a folder {Magento root}/app/code/Faonni/Breadcrumbs
2. Download the corresponding [latest version](https://github.com/karliuka/m2.Breadcrumbs/releases)
3. Copy the unzip content to the folder ({Magento root}/app/code/Faonni/Breadcrumbs)

### Completion of installation

[](#completion-of-installation)

1. Go to Magento2 root folder
2. Enter following commands:

    ```
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)
    ```

### Configuration

[](#configuration)

For Magento CE(EE) 2.0.x

In the Magento Admin Panel go to *Stores &gt; Configuration &gt; Design &gt; Breadcrumbs*.

[![Magento2 Breadcrumbs](https://camo.githubusercontent.com/f74f4c3df99cf6616df82bcee55887f554d8875d3e9dc4cdea54509d1ff7d58b/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f62726561646372756d62732f636f6e6669672d322e706e67)](https://camo.githubusercontent.com/f74f4c3df99cf6616df82bcee55887f554d8875d3e9dc4cdea54509d1ff7d58b/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f62726561646372756d62732f636f6e6669672d322e706e67)

For Magento CE(EE) 2.1.x, 2.2.x, 2.3.x, 2.4.x

In the Magento Admin Panel go to *Content &gt; Configuration &gt; {Your Theme} &gt; Breadcrumbs*.

[![Magento2 Breadcrumbs](https://camo.githubusercontent.com/14c8bdd3abfeacc6d7d6fdfeeb06d8c85d4387c33253e58255bf36d057f32cba/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f62726561646372756d62732f636f6e6669672e706e67)](https://camo.githubusercontent.com/14c8bdd3abfeacc6d7d6fdfeeb06d8c85d4387c33253e58255bf36d057f32cba/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f62726561646372756d62732f636f6e6669672e706e67)

Uninstall
---------

[](#uninstall)

This works only with modules defined as Composer packages.

#### Remove database data

[](#remove-database-data)

1. Go to Magento2 root folder
2. Enter following commands to remove database data:

    ```
    php bin/magento module:uninstall -r Faonni_Breadcrumbs
    ```

#### Remove Extension

[](#remove-extension)

1. Go to Magento2 root folder
2. Enter following commands to remove:

    ```
    composer remove faonni/module-breadcrumbs
    ```

### Completion of uninstall

[](#completion-of-uninstall)

1. Go to Magento2 root folder
2. Enter following commands:

    ```
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)
    ```

- [Breadcrumbs from Magento](https://github.com/karliuka/m1.Breadcrumbs)

###  Health Score

38

—

LowBetter than 84% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 53.1% 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 ~68 days

Recently: every ~0 days

Total

22

Last Release

1702d ago

PHP version history (3 changes)2.0.8PHP ~5.5.0|~5.6.0|~7.0.0

2.0.11PHP ~5.5.0|~5.6.0|~7.0.0|~7.1.0

2.2.1PHP ~7.0.0|~7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/00add5961a32e732abef062480bbdaca6c38c1386cb8e3b3841ca67efd9be811?d=identicon)[karliuka](/maintainers/karliuka)

---

Top Contributors

[![karliuka](https://avatars.githubusercontent.com/u/1991955?v=4)](https://github.com/karliuka "karliuka (43 commits)")[![faonni](https://avatars.githubusercontent.com/u/16167146?v=4)](https://github.com/faonni "faonni (38 commits)")

---

Tags

breadcrumbsmagento2magento2-breadcrumbsmagento2-extension

### Embed Badge

![Health badge](/badges/faonni-module-breadcrumbs/health.svg)

```
[![Health](https://phpackages.com/badges/faonni-module-breadcrumbs/health.svg)](https://phpackages.com/packages/faonni-module-breadcrumbs)
```

###  Alternatives

[baldwin/magento2-module-url-data-integrity-checker

Magento 2 module which can find potential url related problems in your catalog data

281773.3k](/packages/baldwin-magento2-module-url-data-integrity-checker)[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.2M1](/packages/fastly-magento2)[yireo/magento2-webp2

Magento 2 module to add WebP support to the Magento frontend

2091.2M7](/packages/yireo-magento2-webp2)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)

PHPackages © 2026

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