PHPackages                             2fox/yii2-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. 2fox/yii2-breadcrumbs

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

2fox/yii2-breadcrumbs
=====================

yii2 breadcrumbs Schema.org support

023PHP

Since Oct 7Pushed 6y ago1 watchersCompare

[ Source](https://github.com/2fox/yii2-breadcrumbs)[ Packagist](https://packagist.org/packages/2fox/yii2-breadcrumbs)[ RSS](/packages/2fox-yii2-breadcrumbs/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Breadcrumbs with microdata (schema.org)
============================================

[](#yii2-breadcrumbs-with-microdata-schemaorg)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist 2fox/yii2-breadcrumbs "*"

```

or add

```
"2fox/yii2-breadcrumbs": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

### Breadcrumbs

[](#breadcrumbs)

```
use twofox\breadcrumbs\Breadcrumbs;

echo Breadcrumbs::widget([
    'links' => [
        [
            'label' => 'Home',
            'url'   => ['/']
        ],
        [
            'label' => 'Contact',
            'url'   => ['/site/contact']
        ],
    ],
]);
```

or

```
use twofox\breadcrumbs\Breadcrumbs;

echo Breadcrumbs::widget([
    'links' => $this->params['breadcrumbs'],
]);
```

\####result

```

    Dresses

    Real Dresses

```
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/be86b79b68b09fda5e248fa0f4b3a8af3ac6856a1214710ca57b328859d71791?d=identicon)[2fox](/maintainers/2fox)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/2fox-yii2-breadcrumbs/health.svg)

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

###  Alternatives

[bobey/geoip2-geolite2-composer

This tiny repository aims to provide an easy solution to require GeoIP2 / GeoLite2 databases inside your project using composer.

17838.7k1](/packages/bobey-geoip2-geolite2-composer)[raoul2000/yii-simple-workflow

A simple workflow engine for Yii 1

278.2k](/packages/raoul2000-yii-simple-workflow)[elgentos/magento2-hyva-cro-semi-sticky-header

Changes the Hyvä header to a semi-sticky header (dissapears down and reappears up)

161.7k](/packages/elgentos-magento2-hyva-cro-semi-sticky-header)

PHPackages © 2026

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