PHPackages                             n2ref/coreui-breadcrumb - 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. n2ref/coreui-breadcrumb

ActiveFramework[Framework](/categories/framework)

n2ref/coreui-breadcrumb
=======================

PHP framework for web applications

v1.0.1(2y ago)011GPL-3.0-or-laterPHPPHP &gt;=8.0.0

Since Apr 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/n2ref/coreui-breadcrumb-php)[ Packagist](https://packagist.org/packages/n2ref/coreui-breadcrumb)[ Docs](https://github.com/n2ref/coreui-breadcrumb)[ RSS](/packages/n2ref-coreui-breadcrumb/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

CoreUI Breadcrumb
=================

[](#coreui-breadcrumb)

### Composer install

[](#composer-install)

`composer install n2ref/coreui-breadcrumb-php`

### Example usage

[](#example-usage)

```
    $breadcrumb = new \CoreUI\Breadcrumb('id');
    $breadcrumb->setDivider('>');

    $breadcrumb->addItem('Page title 1', '/page-url-1');
    $breadcrumb->addItem('Page title 2', '/page-url-2');
    $breadcrumb->addItem('Current page title');

    echo json_encode($breadcrumb->toArray());
```

Output

```
{
    "component": "coreui.breadcrumb",
    "id": "id",
    "divider": ">",
    "items": [
      { "text": "Page title 1", "url": "/page-url-1" },
      { "text": "Page title 2", "url": "/page-url-2" },
      { "text": "Current page title" }
    ]
}
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Total

3

Last Release

761d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d46eec372620664574541ea54a3278872c687d2529c2b0aa91d8f6f677e5299?d=identicon)[n2ref](/maintainers/n2ref)

---

Top Contributors

[![n2ref](https://avatars.githubusercontent.com/u/5215787?v=4)](https://github.com/n2ref "n2ref (2 commits)")

---

Tags

frameworkcoreui

### Embed Badge

![Health badge](/badges/n2ref-coreui-breadcrumb/health.svg)

```
[![Health](https://phpackages.com/badges/n2ref-coreui-breadcrumb/health.svg)](https://phpackages.com/packages/n2ref-coreui-breadcrumb)
```

###  Alternatives

[pestphp/pest-plugin-stressless

Stressless plugin for Pest

67792.6k16](/packages/pestphp-pest-plugin-stressless)

PHPackages © 2026

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