PHPackages                             davidzadrazil/nette-breadcrumb-bootstrap - 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. davidzadrazil/nette-breadcrumb-bootstrap

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

davidzadrazil/nette-breadcrumb-bootstrap
========================================

Simple Breadcrumbs navigation generator for Nette Framework

1365[1 issues](https://github.com/DavidZadrazil/nette-breadcrumb-bootstrap/issues)[1 PRs](https://github.com/DavidZadrazil/nette-breadcrumb-bootstrap/pulls)PHP

Since Feb 27Pushed 2y ago2 watchersCompare

[ Source](https://github.com/DavidZadrazil/nette-breadcrumb-bootstrap)[ Packagist](https://packagist.org/packages/davidzadrazil/nette-breadcrumb-bootstrap)[ RSS](/packages/davidzadrazil-nette-breadcrumb-bootstrap/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Nette Breadcrumb forked from [DavidZadrazil/nette-breadcrumb-bootstrap](https://github.com/DavidZadrazil/nette-breadcrumb-bootstrap)
====================================================================================================================================

[](#nette-breadcrumb-forked-from-davidzadrazilnette-breadcrumb-bootstrap)

Simple [Nette](http://nette.org) component creating Breadcrumb navigation.

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

[](#installation)

The best way to install this component is throught [Composer](http://getcomposer.org/).

```
$ composer require alnux/nette-breadcrumb:dev-master
```

Or simply [download](https://github.com/alnux/nette-breadcrumb/archive/master.zip) this package and place it into your vendor directory.

Using
-----

[](#using)

Create component in your presenter (idelly in BasePresenter) and add link to the main page -

```
protected function createComponentBreadCrumb()
{
	$breadCrumb = new BreadCrumbControl();
	$breadCrumb->addLink('Main page', $this->link('Homepage:'), 'icon-homepage');

	return $breadCrumb;
}
```

In another presenter, when we want to add another link -

```
$this['breadCrumb']->addLink('Sub page')
```

to edit this link on any presenter's action you could use the next

```
$this['breadCrumb']->editLink('Sub page', $this->link('User:'), fa fa-dashboard)
```

and to remove

```
$this['breadCrumb']->removeLink('Sub page')
```

Calling it from templates

```
{control breadCrumb}
```

finally if you have your own template you can call with customTemplate($template) on the presenter class, by example

```
// on your component declaration (maybe called BasePresenter.php)
$breadCrumb->customTemplate($this->context->getParameters()['appDir'].'/templates/@BreadCrumb.latte');

// or on your regular presenter
$this['breadCrumb']->customTemplate($this->context->getParameters()['appDir'].'/templates/@BreadCrumb.latte');
```

by the way context on presenters are deprecated, read this ?. so please take the necessary measures

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d914f1c93dd881b505be44ccba0c95cb0a2e000b913b2cdce5d48eb80a776f19?d=identicon)[davidzadrazil](/maintainers/davidzadrazil)

---

Top Contributors

[![davidzadrazil](https://avatars.githubusercontent.com/u/1330026?v=4)](https://github.com/davidzadrazil "davidzadrazil (11 commits)")

### Embed Badge

![Health badge](/badges/davidzadrazil-nette-breadcrumb-bootstrap/health.svg)

```
[![Health](https://phpackages.com/badges/davidzadrazil-nette-breadcrumb-bootstrap/health.svg)](https://phpackages.com/packages/davidzadrazil-nette-breadcrumb-bootstrap)
```

###  Alternatives

[smart-crowd/simple-sms-drivers

Addition providers for simple SMS laravel package

101.0k](/packages/smart-crowd-simple-sms-drivers)

PHPackages © 2026

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