PHPackages                             lopescte/adianti-plugins - 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. lopescte/adianti-plugins

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

lopescte/adianti-plugins
========================

This plugin provides a way to create Adianti BreadCrumbs with links, manual adding items or parsing XML file.

v1.1.2(3y ago)030MITPHPPHP ^5.6 || ^7.0 || ^8.0

Since Feb 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/lopescte/adianti-plugins)[ Packagist](https://packagist.org/packages/lopescte/adianti-plugins)[ Docs](https://github.com/lopescte/adianti-plugins)[ RSS](/packages/lopescte-adianti-plugins/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (12)Used By (0)

TBreadCrumbWithLink
===================

[](#tbreadcrumbwithlink)

[![Latest Stable Version](https://camo.githubusercontent.com/5672676d417ce0fe2f21bbfc30adbdcdbd20adc2401c753a3b45b7bbdbb42bb9/687474703a2f2f706f7365722e707567782e6f72672f6c6f7065736374652f616469616e74692d706c7567696e732f76)](https://packagist.org/packages/lopescte/adianti-plugins)[![Total Downloads](https://camo.githubusercontent.com/a3f2a585e0a123c3f7a0719b61f10b697a8d12f2957119ebad71134cfeb4bfd1/687474703a2f2f706f7365722e707567782e6f72672f6c6f7065736374652f616469616e74692d706c7567696e732f646f776e6c6f616473)](https://packagist.org/packages/lopescte/adianti-plugins)[![PHP Version Require](https://camo.githubusercontent.com/e08ae68450ede29a841ebb7aaa619e375d2c9e3c63839f2da18156fbed575b03/687474703a2f2f706f7365722e707567782e6f72672f6c6f7065736374652f616469616e74692d706c7567696e732f726571756972652f706870)](https://packagist.org/packages/lopescte/adianti-plugins)[![License](https://camo.githubusercontent.com/1fa6b6d970ed98403600232f8ce70602dbbba20e2ee8e77c23d49d1500ce5475/687474703a2f2f706f7365722e707567782e6f72672f6c6f7065736374652f616469616e74692d706c7567696e732f6c6963656e7365)](https://packagist.org/packages/lopescte/adianti-plugins)

This plugin provides a way to create BreadCrumbs with links, manual adding items or parsing XML file.

Easy Installation
-----------------

[](#easy-installation)

### Install with composer

[](#install-with-composer)

To install with [Composer](https://getcomposer.org/), simply require the latest version of this package.

```
composer require lopescte/adianti-plugins
```

Make sure that the autoload file from Composer is loaded.

```
// somewhere early in your project's loading, require the Composer autoloader
// see: http://getcomposer.org/doc/00-intro.md
require 'vendor/autoload.php';
```

Usage
-----

[](#usage)

Easy to use in your php files or classes, as below:

```
use TBreadCrumbWithLink\TBreadCrumbWithLink;;

$breadcrumb = new TBreadCrumbWithLink;
$breadcrumb->addItem('You are here:',NULL,TRUE);
$breadcrumb->addItem('Home', 'MyHomeClassName',FALSE);
$breadcrumb->renderFromXML('MyMenu.xml', __CLASS__);
```

Author
------

[](#author)

- **Marcelo Lopes** - *Developer* - [Site](https://www.reiselopes.com.br) | [Facebook](https://facebook.com/lopes.cte) | [Instagram](https://instagram.com/lopescte) | [Twitter](https://twitter.com/lopescte/) | [GitHub](https://github.com/lopescte)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Recently: every ~37 days

Total

11

Last Release

1403d ago

PHP version history (2 changes)v1.0.3PHP &gt;=7.0

v1.0.10PHP ^5.6 || ^7.0 || ^8.0

### Community

Maintainers

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

---

Top Contributors

[![lopescte](https://avatars.githubusercontent.com/u/20426392?v=4)](https://github.com/lopescte "lopescte (23 commits)")

---

Tags

breadcrumbadiantiAdianti Framework

### Embed Badge

![Health badge](/badges/lopescte-adianti-plugins/health.svg)

```
[![Health](https://phpackages.com/badges/lopescte-adianti-plugins/health.svg)](https://phpackages.com/packages/lopescte-adianti-plugins)
```

###  Alternatives

[log1x/crumb

A simple WordPress breadcrumb for Sage 10.

4373.7k](/packages/log1x-crumb)[fragkp/laravel-route-breadcrumb

7011.7k](/packages/fragkp-laravel-route-breadcrumb)[slope-it/breadcrumb-bundle

A bundle for generating dynamic breadcrumbs in Symfony applications

1865.5k](/packages/slope-it-breadcrumb-bundle)[naucon/breadcrumbs

The breadcrumb package helps to integrate a common breadcrumb navigation into a web application. The package includes two components: A breadcrumbs class to add breadcrumb elements and a breadcrumbs helper to render html markup in php or smarty templates.

1225.4k](/packages/naucon-breadcrumbs)[james.xue/laravel-admin-breadcrumb

Breadcrumb Sinicization

171.7k](/packages/jamesxue-laravel-admin-breadcrumb)

PHPackages © 2026

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