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

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

bigelephant/breadcrumbs
=======================

6366PHP

Since Dec 15Pushed 13y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Breadcrumbs
===========

[](#breadcrumbs)

This is designed for use within Laravel 4 which is all this readme will cover, however it could be used outside of it if you liked.

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

[](#installation)

Go into your applications composer.json file and add `"bigelephant/breadcrumbs": "1.0.*"` to your require list and run `composer update`.

After this is done you can use the breadcrumbs like you would any other composer package.

Laravel Integration
-------------------

[](#laravel-integration)

So you can use a `Crumbs::` facade and have some crumbs automatically set you need to add `'BigElephant\Breadcrumbs\CrumbsServiceProvider',` to the providers array and `'Crumbs'   => 'BigElephant\Breadcrumbs\Facades\Crumbs',` to the `aliases` array in your `config/app.php` file.

There is also a custom routing class you can use which will add a crumb to your list depending on the route. With it if you add the optional `title => 'Title For Crumb'`, in the same manner as `as => 'home',`. If this title is set and you use the custom Router it will set that breadcrumb for you.

Instructions for using a custom router coming soon...

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

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

### Embed Badge

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

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

###  Alternatives

[ncuesta/pinocchio

Annotated Source generator for PHP (port of Docco)

122.6k2](/packages/ncuesta-pinocchio)

PHPackages © 2026

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