PHPackages                             jdecoster/router-extra-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. jdecoster/router-extra-bundle

ActiveSymfony-bundle

jdecoster/router-extra-bundle
=============================

Display roles required by route

v0.1.5(11y ago)11.5k1MITPHP

Since Jan 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jdecoster/RoutingExtraBundle)[ Packagist](https://packagist.org/packages/jdecoster/router-extra-bundle)[ Docs](https://github.com/jdecoster/RoutingExtraBundle)[ RSS](/packages/jdecoster-router-extra-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

[![SensioLabsInsight](https://camo.githubusercontent.com/259150cba049160a16e0f9f882e41ef1c15407476e2becc8b10bda8d9254763e/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f35663133633663382d326466382d343866312d613835632d6134636366656134393539302f6d696e692e706e67)](https://insight.sensiolabs.com/projects/5f13c6c8-2df8-48f1-a85c-a4ccfea49590)

RoutingExtraBundle
==================

[](#routingextrabundle)

Provides a `debug:router:role` command which extends `debug:router` with extra information about required security ROLES set in the access\_map.

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

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

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require jdecoster/router-extra-bundle "~0.1"
```

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

Step 2: Enable the Bundle
-------------------------

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

Then, enable the bundle by adding the following line in the `app/AppKernel.php`file of your project:

```
