PHPackages                             yceruto/breadcrumbs-bundle - 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. yceruto/breadcrumbs-bundle

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

yceruto/breadcrumbs-bundle
==========================

Friendly breadcrumbs for Symfony applications.

1.0.7(10y ago)51.1k3MITPHPPHP &gt;=5.3.2

Since Dec 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/yceruto/breadcrumbs-bundle)[ Packagist](https://packagist.org/packages/yceruto/breadcrumbs-bundle)[ Docs](https://github.com/yceruto/breadscrumbs-bundle)[ RSS](/packages/yceruto-breadcrumbs-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (8)Dependencies (4)Versions (9)Used By (0)

Symfony &gt; Bundle &gt; Breadcrumbs
====================================

[](#symfony--bundle--breadcrumbs)

[![Build Status](https://camo.githubusercontent.com/c8b31ddcecfb8414aae9ff1d0063bd04500380834daea0a1e5ddb5fb256ecb9a/68747470733a2f2f7472617669732d63692e6f72672f7963657275746f2f62726561646372756d62732d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/yceruto/breadcrumbs-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/eeac9a3f507438da474366a9e4472267cdce5af36ce0b355c8ce726bf9f868b3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7963657275746f2f62726561646372756d62732d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/yceruto/breadcrumbs-bundle/?branch=master)[![Coverage Status](https://camo.githubusercontent.com/328b0d0511bc024e4f03b1a359437a847b30aa9851de9ad5890cfb9ee6af3092/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f7963657275746f2f62726561646372756d62732d62756e646c652f6d61737465722e737667)](https://coveralls.io/github/yceruto/breadcrumbs-bundle?branch=master)[![Packagist Version](https://camo.githubusercontent.com/8d775b70c94a39910e7fd649e702c7285e96bdc44e18b36e48ff2f0e59e406b3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7963657275746f2f62726561646372756d62732d62756e646c652e737667)](https://packagist.org/packages/yceruto/breadcrumbs-bundle)[![Packagist Download](https://camo.githubusercontent.com/c25e894522825b8c01eec6859dd8a68555ce1578cd9262d7df1db427588e6d92/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7963657275746f2f62726561646372756d62732d62756e646c652e737667)](https://packagist.org/packages/yceruto/breadcrumbs-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/ca2842ce56577cc6a6c8b1804d228c14c50a8f923b56393d4072ae24a7f4259a/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f64356466363666332d333737642d346633392d393837352d6262646136653364323335642f6d696e692e706e67)](https://insight.sensiolabs.com/projects/d5df66f3-377d-4f39-9875-bbda6e3d235d)**SUPPORTS SYMFONY 2.x and 3.x**

A friendly way to create breadcrumbs for symfony applications.

**Features**

- Build breadcrumbs through current request uri (default).
- Customize breadcrumbs nodes.
- Customize breadcrumbs template.

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

```
$ composer require yceruto/breadcrumbs-bundle
```

This command requires you to have Composer installed globally, as explained in the [Composer documentation](https://getcomposer.org/doc/00-intro.md).

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

```
