PHPackages                             snetty/laravel-simple-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. snetty/laravel-simple-breadcrumbs

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

snetty/laravel-simple-breadcrumbs
=================================

A simple Laravel-style way to create breadcrumbs in Laravel 5+.

1.0.3(10y ago)235MITPHPPHP &gt;=5.4.0

Since Dec 7Pushed 10y agoCompare

[ Source](https://github.com/snetty/laravel-simple-breadcrumbs)[ Packagist](https://packagist.org/packages/snetty/laravel-simple-breadcrumbs)[ Docs](https://github.com/snetty/laravel-simple-breadcrumbs)[ RSS](/packages/snetty-laravel-simple-breadcrumbs/feed)WikiDiscussions master Synced 4w ago

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

Laravel Simple Breadcrumbs
==========================

[](#laravel-simple-breadcrumbs)

An uber simple, "collection" style way to create breadcrumbs in [Laravel 5.1](http://laravel.com/).

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

[](#installation)

1. `composer require snetty/laravel-simple-breadcrumbs`
2. `php artisan vendor:publish`
3. Add `'Snetty\LaravelSimpleBreadcrumbs\ServiceProvider'` to your service providers in `/config/app.php`
4. Type hint the class in your controller `public function index(Request $request, Breadcrumbs $breadcrumbs)`
5. Pass the object to your view `return view('sites.index', compact('sites', 'breadcrumbs'));`
6. Render the object `{!! $breadcrumbs->render() !!}`

Usage
-----

[](#usage)

Breadcrumbs are added to your controllers like this: `$breadcrumbs->add('/the/url', 'The Link Name');`, or you can add multiple at once like this: `$breadcrumbs->add(['/your-url' => 'Your Title', '/another/url'=> 'Another Title']);`.

It is suggested that you add your index breadcrumb in the controller.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

4

Last Release

3857d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1765472?v=4)[Simon Stevens](/maintainers/snetty)[@snetty](https://github.com/snetty)

---

Top Contributors

[![svenluijten](https://avatars.githubusercontent.com/u/11269635?v=4)](https://github.com/svenluijten "svenluijten (1 commits)")

---

Tags

laravel

### Embed Badge

![Health badge](/badges/snetty-laravel-simple-breadcrumbs/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k36.0M364](/packages/yajra-laravel-datatables-oracle)[livewire/flux

The official UI component library for Livewire.

9516.8M123](/packages/livewire-flux)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)[webwizo/laravel-shortcodes

Wordpress like shortcodes for Laravel 11, 12 and 13

217685.2k8](/packages/webwizo-laravel-shortcodes)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5452.7k](/packages/hasinhayder-tyro-dashboard)

PHPackages © 2026

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