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

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

breadcrumbs/minicrumbs
======================

Portable lightweight breadcrumbs library

1.1(8y ago)018MITPHPPHP ^5.3.3 || ^7.0

Since Oct 18Pushed 8y agoCompare

[ Source](https://github.com/TropicalBastos/MiniCrumbs)[ Packagist](https://packagist.org/packages/breadcrumbs/minicrumbs)[ RSS](/packages/breadcrumbs-minicrumbs/feed)WikiDiscussions master Synced 2mo ago

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

MiniCrumbs
==========

[](#minicrumbs)

Super portable, lightweight breadcrumbs library

#### To install:

[](#to-install)

`composer require breadcrumbs/minicrumbs`

The way it works is it parses the request URI, ie. /home/about/company into an an iterable array of breadcrumb objects so that you can render something like: "Home | About | Company" in your markup with all the necessary links without you having to worry about the formatting, names or links.

Examples
--------

[](#examples)

It's as easy as:

```
use MiniCrumbs\MiniCrumbs;

$crumbs = new MiniCrumbs();
```

This will return you an instance of MiniCrumbs of which you can:

```
$crumbsArray = $crumbs->parse();
```

This will give you an iterable object which you can loop in your templates, though a premade render function is available to the lazier ones:

```
$crumbs->render();
```

Will render the default breadcrumbs markup

Documentaion
------------

[](#documentaion)

The Minicrumbs constructor takes the following arguments:

```
MiniCrumbs($format = 'standard', $home='home', $options = array())
```

#### Format:

[](#format)

'upper', 'lower', ''standard' - (string) how the breadcrumbs should be formatted

#### Home:

[](#home)

defaults to ''home' - (string) alias for the first breadcrumb linking to home

#### Options:

[](#options)

array of options - developer options for testing e.g \['test' =&gt; true\]

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3125d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/698277be9bc83f76e8521d95b503e0a6f54a00b01039006c34d821227085469a?d=identicon)[TropicalBastos](/maintainers/TropicalBastos)

---

Top Contributors

[![TropicalBastos](https://avatars.githubusercontent.com/u/22732467?v=4)](https://github.com/TropicalBastos "TropicalBastos (24 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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