PHPackages                             johndev/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. [Framework](/categories/framework)
4. /
5. johndev/breadcrumbs

AbandonedProject[Framework](/categories/framework)

johndev/breadcrumbs
===================

Build breadcrumbs automatically in Laravel

0.2.5(8y ago)0161MITPHPPHP &gt;=5.5.9

Since Jan 27Pushed 8y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (17)Used By (0)

JohnDev Breadcrumbs package
===========================

[](#johndev-breadcrumbs-package)

[![Latest Stable Version](https://camo.githubusercontent.com/cb331ca5fb05384446f9589f72ffc2e9f71e9356b2db661312e9b9e8ddd8313d/68747470733a2f2f706f7365722e707567782e6f72672f6a6f686e6465762f62726561646372756d62732f762f737461626c65)](https://packagist.org/packages/johndev/breadcrumbs)[![Total Downloads](https://camo.githubusercontent.com/4d4805493d4b48eb7b20a46a48fd0b73eedcce1028f577fbb5180f3afffa8a91/68747470733a2f2f706f7365722e707567782e6f72672f6a6f686e6465762f62726561646372756d62732f646f776e6c6f616473)](https://packagist.org/packages/johndev/breadcrumbs)[![Latest Unstable Version](https://camo.githubusercontent.com/7577ea89e243a63caa2d3c8f6930a9b50297319007cbf69ba4c19642782c1f75/68747470733a2f2f706f7365722e707567782e6f72672f6a6f686e6465762f62726561646372756d62732f762f756e737461626c65)](https://packagist.org/packages/johndev/breadcrumbs)[![License](https://camo.githubusercontent.com/4802be099e085a524cb3079d9fbdc7ac9b46f0f99c217dad60c3c4a3918c5509/68747470733a2f2f706f7365722e707567782e6f72672f6a6f686e6465762f62726561646372756d62732f6c6963656e7365)](https://packagist.org/packages/johndev/breadcrumbs)[![composer.lock](https://camo.githubusercontent.com/1c911f8d3a5dfbf5cfb28dbb005b9ff392dfe21d0341629eeaacbf8d40e113ef/68747470733a2f2f706f7365722e707567782e6f72672f6a6f686e6465762f62726561646372756d62732f636f6d706f7365726c6f636b)](https://packagist.org/packages/johndev/breadcrumbs)

This package helps you to generate the breadcrumb component for your app in Laravel

Compatibilty
------------

[](#compatibilty)

This package is currently compatible with [Laravel](http://www.laravel.com) 5.3+

Instalation
-----------

[](#instalation)

### Using [Composer](http://getcomposer.org/):

[](#using-composer)

To install this component using **composer**, simply run this command on the base path of your Laravel project:

```
composer require johndev/breadcrumbs
```

or add `"johndev/breadcrumbs": "^0.2.0"` to your `composer.json` file and then run the command:

```
composer update
```

### Configuration

[](#configuration)

Next, add the BreadcrumbsServiceProvider container to the *Package Service Providers* section in **provider** element on your **app.php** config file:

```
'providers' => [
    // ...
    JohnDev\Breadcrumbs\BreadcrumbsServiceProvider::class,
    // ...
],

```

### Facades

[](#facades)

Finally add to **aliases** element in your **app.php** config file:

```
'Breadcrumbs' => JohnDev\Breadcrumbs\Facades\Breadcrumbs::class,

```

Usage
-----

[](#usage)

Simply call the function `Breadcrumbs::render()` in apropiate section on your layout template or view.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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 ~13 days

Recently: every ~45 days

Total

16

Last Release

3190d ago

PHP version history (2 changes)0.1.0PHP &gt;=5.5.9

0.1.9PHP &gt;=5.6.4

### Community

Maintainers

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

---

Top Contributors

[![jortiz3109](https://avatars.githubusercontent.com/u/16725472?v=4)](https://github.com/jortiz3109 "jortiz3109 (18 commits)")[![m1guelpf](https://avatars.githubusercontent.com/u/23558090?v=4)](https://github.com/m1guelpf "m1guelpf (2 commits)")

---

Tags

frameworklaravelpackagegenerationbreadcrumbs

### Embed Badge

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

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

###  Alternatives

[jsdecena/laracom

Laravel powered e-commerce

2.0k4.4k](/packages/jsdecena-laracom)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[jsdecena/laravel-passport-multiauth

Simple laravel passport multiple user authentication

501.1k](/packages/jsdecena-laravel-passport-multiauth)

PHPackages © 2026

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