PHPackages                             in-square/pimcore-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. in-square/pimcore-breadcrumbs

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

in-square/pimcore-breadcrumbs
=============================

Breadcrumbs builder for Pimcore documents with multisite and multilanguage support.

v1.0.1(3mo ago)04GPL-3.0-or-laterPHPPHP ^8.3

Since Jan 18Pushed 3mo agoCompare

[ Source](https://github.com/in-square/pimcore-breadcrumbs)[ Packagist](https://packagist.org/packages/in-square/pimcore-breadcrumbs)[ Docs](https://github.com/in-square/pimcore-breadcrumbs)[ RSS](/packages/in-square-pimcore-breadcrumbs/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (3)Used By (0)

InSquare Pimcore Breadcrumbs
============================

[](#insquare-pimcore-breadcrumbs)

Breadcrumbs builder for Pimcore documents with multisite and multilanguage support.

Requirements
------------

[](#requirements)

- PHP 8.3+
- Pimcore 11 / Symfony 6.4
- mhujer/breadcrumbs-bundle

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

[](#installation)

```
composer require in-square/pimcore-breadcrumbs
```

Usage
-----

[](#usage)

Inject the service and generate breadcrumbs from the current document:

```
use InSquare\PimcoreComponents\Breadcrumbs\Breadcrumbs;
use Pimcore\Model\Document;

public function defaultAction(Document $document, Breadcrumbs $breadcrumbs): Response
{
    $breadcrumbs->generateDocumentBreadcrumbs($document);

    return $this->render('default/default.html.twig');
}
```

Add extra items (for example, object details):

```
$breadcrumbs
    ->generateDocumentBreadcrumbs($document)
    ->addItem($object->getName(), $objectUrl);
```

Behavior
--------

[](#behavior)

- Skips `Link` and `Folder` documents, and documents with `navigation_exclude`.
- Resolves label from `navigation_name` property, then `title`, then `key`.
- Determines the language root by walking up the parents and stopping at the last document with the same explicit `language` property as the current page.
- Uses the current request host to build absolute URLs.

Rendering
---------

[](#rendering)

The component uses mhujer/breadcrumbs-bundle, so you can render in Twig:

```
{{ wo_render_breadcrumbs() }}
```

Configure the view template in `config/packages/white_october_breadcrumbs.yaml` as needed.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance78

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Total

2

Last Release

116d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad729a699b734ec9098b169b396f7c686c5eb920bd04d20b29f346b592f59ee8?d=identicon)[kolarian](/maintainers/kolarian)

---

Top Contributors

[![twin-elements](https://avatars.githubusercontent.com/u/17727266?v=4)](https://github.com/twin-elements "twin-elements (2 commits)")

---

Tags

pimcorebreadcrumbspimcore-plugin

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/in-square-pimcore-breadcrumbs/health.svg)

```
[![Health](https://phpackages.com/badges/in-square-pimcore-breadcrumbs/health.svg)](https://phpackages.com/packages/in-square-pimcore-breadcrumbs)
```

###  Alternatives

[instride/data-definitions

Data Definitions allows you to define your DataObject Imports and Exports using a nice GUI and re-run the definitions as often you like.

8117.7k](/packages/instride-data-definitions)[dpfaffenbauer/process-manager

Process Manager helps you to see statuses for long running Processes

3289.3k2](/packages/dpfaffenbauer-process-manager)[youwe/workflow-gui

Workflow Configuration UI for Pimcore

2884.6k](/packages/youwe-workflow-gui)[dachcom-digital/formbuilder

Pimcore FormBuilder - create forms easily!

96269.7k](/packages/dachcom-digital-formbuilder)[dachcom-digital/schema

Pimcore Schema

1075.7k](/packages/dachcom-digital-schema)

PHPackages © 2026

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