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

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

empyrean/breadcrumbs
====================

Creates a breadcrumbs path to your current location.

2.01(5y ago)133MITPHPPHP &gt;=7.0.0

Since Apr 23Pushed 5y ago1 watchersCompare

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

READMEChangelog (8)Dependencies (1)Versions (11)Used By (0)

breadcrumbs
===========

[](#breadcrumbs)

This is a Laravel package that will build up a nice presentation of your current url, more known as "Breadcrumbs"

 will turn into this:

[![Alt text](https://camo.githubusercontent.com/44fe739e59f9840e086f9ddac3d0c428f1a1a9e63abbeb93c9124d1b0de80fa8/68747470733a2f2f692e696d6775722e636f6d2f465557547238562e706e673f7261773d74727565 "Title")](https://camo.githubusercontent.com/44fe739e59f9840e086f9ddac3d0c428f1a1a9e63abbeb93c9124d1b0de80fa8/68747470733a2f2f692e696d6775722e636f6d2f465557547238562e706e673f7261773d74727565)

Installation
============

[](#installation)

Install Breadcrumbs by running:

```
composer require empyrean/breadcrumbs

```

After that you will have to publish css files and BreadcrumbsServiceProvider by running:

```
php artisan vendor:publish (this will also add a vendor/breadcrumbs/breadcrumbs.css file to you public folder)

```

After this just include the link to the css file on any on page you want breadcrumbs to show up if you plan on using html provided by this package.

Usage
=====

[](#usage)

You will be able to get your breadcrumbs in 3 different ways

```
Breadcrumb::buildHtml() - this method will return full html

Breadcrumb::buildParsedPath()->get() - this will split current url by "/" and return an array in case you want to stylelize breadcrumbs on your own.

```

You can change the format of your parsedPath by calling format() method and then provding a format type like so:

```
Breadcrumb::buildParsedPath()->format(new Collection)->get()

```

You can also request links to all pages by calling withLinks() method like so:

```
Breadcrumb::buildParsedPath()->format(new Collection)->withLinks()->get()

```

Licence
=======

[](#licence)

MIT

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Recently: every ~264 days

Total

10

Last Release

1870d ago

Major Versions

1.3.2 → 2.02018-05-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e734e90992d13ca6c9ccbc214a2fb7a467b37bc861896d3921cbfaff3b22914?d=identicon)[empyreanmw](/maintainers/empyreanmw)

---

Top Contributors

[![empyreanmw](https://avatars.githubusercontent.com/u/33075069?v=4)](https://github.com/empyreanmw "empyreanmw (18 commits)")

### Embed Badge

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

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

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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