PHPackages                             nousefreak/breadcrumbr - 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. nousefreak/breadcrumbr

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

nousefreak/breadcrumbr
======================

Breadcrumbr, breadcrumb logic helpers.

1.0.0(12y ago)018MITPHPPHP &gt;=5.3.4

Since Jan 19Pushed 12y ago1 watchersCompare

[ Source](https://github.com/NoUseFreak/Breadcrumbr)[ Packagist](https://packagist.org/packages/nousefreak/breadcrumbr)[ Docs](https://github.com/nousefreak/Breadcrumbr)[ RSS](/packages/nousefreak-breadcrumbr/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

Breadcrumbr
===========

[](#breadcrumbr)

Breadcrumbr, breadcrumb logic helpers.

Usage
-----

[](#usage)

In it's very basic form.

```
$breadcrumb = new \Breadcrumbr\Breadcrumb();
$breadcrumb->addCrumb(new \Breadcrumbr\Crumb\Crumb());

foreach ($breadcrumb as $crumb) {
    // Render the crumb
}
```

Adding resolvers.

```
$breadcrumb->addResolver(new EnvResolver());

// render
```

Adding more context to the resolvers.

```
$context = new \Breadcrumbr\Context\Context();
$context->addContext('menu', $menuInfo);

$breadcrumb->setContext($context);
$breadcrumb->addResolver(new MenuResolver());

// render
```

Contributing
------------

[](#contributing)

> All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
>
> Fork the project, create a feature branch, and send us a pull request.
>
> To ensure a consistent code base, you should make sure the code follows the [Coding Standards](http://symfony.com/doc/2.0/contributing/code/standards.html)which we borrowed from Symfony. Make sure to check out [php-cs-fixer](https://github.com/fabpot/PHP-CS-Fixer) as this will help you a lot.

If you would like to help take a look at the [list of issues](http://github.com/NoUseFreak/Breadcrumbr/issues).

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

[](#requirements)

PHP 5.3.2 or above

Author and contributors
-----------------------

[](#author-and-contributors)

Dries De Peuter -  -

See also the list of [contributors](https://github.com/NoUseFreak/Breadcrumbr/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under the MIT license.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

4497d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/112d5be27e9405b059b5b5b2bf79a5939765625489d5f13c9c095fa634d7ae14?d=identicon)[NoUseFreak](/maintainers/NoUseFreak)

---

Top Contributors

[![NoUseFreak](https://avatars.githubusercontent.com/u/879864?v=4)](https://github.com/NoUseFreak "NoUseFreak (6 commits)")

---

Tags

breadcrumbbreadcrumbr

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nousefreak-breadcrumbr/health.svg)

```
[![Health](https://phpackages.com/badges/nousefreak-breadcrumbr/health.svg)](https://phpackages.com/packages/nousefreak-breadcrumbr)
```

###  Alternatives

[log1x/crumb

A simple WordPress breadcrumb for Sage 10.

4373.7k](/packages/log1x-crumb)[fragkp/laravel-route-breadcrumb

7011.7k](/packages/fragkp-laravel-route-breadcrumb)[slope-it/breadcrumb-bundle

A bundle for generating dynamic breadcrumbs in Symfony applications

1865.5k](/packages/slope-it-breadcrumb-bundle)[naucon/breadcrumbs

The breadcrumb package helps to integrate a common breadcrumb navigation into a web application. The package includes two components: A breadcrumbs class to add breadcrumb elements and a breadcrumbs helper to render html markup in php or smarty templates.

1225.4k](/packages/naucon-breadcrumbs)[james.xue/laravel-admin-breadcrumb

Breadcrumb Sinicization

171.7k](/packages/jamesxue-laravel-admin-breadcrumb)

PHPackages © 2026

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