PHPackages                             vektor-inc/vk-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. vektor-inc/vk-breadcrumb

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

vektor-inc/vk-breadcrumb
========================

WordPress Bread Crumb Class

0.2.9(1mo ago)124.8k—1.9%[1 PRs](https://github.com/vektor-inc/vk-breadcrumb/pulls)GPL-2.0+PHP

Since Feb 8Pushed 3d ago3 watchersCompare

[ Source](https://github.com/vektor-inc/vk-breadcrumb)[ Packagist](https://packagist.org/packages/vektor-inc/vk-breadcrumb)[ RSS](/packages/vektor-inc-vk-breadcrumb/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (6)Versions (20)Used By (0)

VK Bread Crumb
==============

[](#vk-bread-crumb)

```
composer require vektor-inc/vk-breadcrumb

```

load autoload

```
require_once dirname( __FILE__ ) . '/vendor/autoload.php';

```

Display bread crumb

```
use VektorInc\VK_Breadcrumb\VkBreadcrumb;
$vk_breadcrumb      = new VkBreadcrumb();
$breadcrumb_options = array(
	'id_outer'        => 'breadcrumb',
	'class_outer'     => 'breadcrumb',
	'class_inner'     => 'container',
	'class_list'      => 'breadcrumb-list',
	'class_list_item' => 'breadcrumb-list__item',
);
$vk_breadcrumb->the_breadcrumb( $breadcrumb_options );

```

---

test
----

[](#test)

```
npm install
composer install
wp-env start
npm run phpunit

```

---

Change log
----------

[](#change-log)

\[ Dev Environment \] vk-helpers の require を ^0.2.1 || ^0.3.0 に緩和 \[ Other \] アイコンを Font Awesome 7 に対応

0.2.8 \[ Other \] VkHelpers を static メソッドとして呼び出すように変更

0.2.7 \[ Other \] Update VK Helpers 0.2.0 -&gt; 0.2.1

0.2.6 \[ Other \] Update VK Helpers 0.0.3 -&gt; 0.2.0

0.2.5 \[ Other \] Update VK Helpers 0.0.2 -&gt; 0.0.3

0.2.4 \[ Bug fix \] Fix filter search behabier

0.2.3 \[ Bug fix \] Fix front page behabier

0.2.2 \[ Specification Change \] Add option to wrapper\_attributes method for Gutenberg.

0.1.0 \[ Specification Change \] Add get\_breadcrumb() method

0.0.5 \[ Bug fix \] id が class\_outer になってしまっていたので修正

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance96

Actively maintained with recent releases

Popularity29

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 65.3% 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 ~104 days

Recently: every ~354 days

Total

16

Last Release

43d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23022129?v=4)[Vektor,Inc.](/maintainers/vektor-inc)[@vektor-inc](https://github.com/vektor-inc)

---

Top Contributors

[![kurudrive](https://avatars.githubusercontent.com/u/3272660?v=4)](https://github.com/kurudrive "kurudrive (49 commits)")[![shimotmk](https://avatars.githubusercontent.com/u/42362903?v=4)](https://github.com/shimotmk "shimotmk (22 commits)")[![mtdkei](https://avatars.githubusercontent.com/u/21466284?v=4)](https://github.com/mtdkei "mtdkei (2 commits)")[![drill-lancer](https://avatars.githubusercontent.com/u/38716787?v=4)](https://github.com/drill-lancer "drill-lancer (1 commits)")[![goutetsuguma](https://avatars.githubusercontent.com/u/5525368?v=4)](https://github.com/goutetsuguma "goutetsuguma (1 commits)")

### Embed Badge

![Health badge](/badges/vektor-inc-vk-breadcrumb/health.svg)

```
[![Health](https://phpackages.com/badges/vektor-inc-vk-breadcrumb/health.svg)](https://phpackages.com/packages/vektor-inc-vk-breadcrumb)
```

###  Alternatives

[botman/driver-twilio

Twilio driver for BotMan

1228.2k2](/packages/botman-driver-twilio)[sas/shortcode

Use Wordpress like Shortcodes within the Text Editor of Shopware

156.4k](/packages/sas-shortcode)

PHPackages © 2026

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