PHPackages                             tadcka/routing-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. [Framework](/categories/framework)
4. /
5. tadcka/routing-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

tadcka/routing-bundle
=====================

Routing bundle on Symfony2

v0.2.1(10y ago)12.5k[3 issues](https://github.com/tadcka/RoutingBundle/issues)2MITPHPPHP &gt;=5.3.3

Since Sep 8Pushed 9y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (4)Versions (4)Used By (2)

RoutingBundle
=============

[](#routingbundle)

[![Build Status](https://camo.githubusercontent.com/c52d433272e03b62a6c892704f6ae1ca609dbf7d737bcec4065b9e24e0a49e44/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746164636b612f526f7574696e6742756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tadcka/RoutingBundle/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/e75ecd5cb241e9130075f4be29ac530b966c869334f9e83946006b0aaa76768c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746164636b612f526f7574696e6742756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tadcka/RoutingBundle/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/d667c6c347a5fce6f607d0bb0f2f4e6dd53bd7d92a37e3e6f51181253316a48d/68747470733a2f2f706f7365722e707567782e6f72672f746164636b612f726f7574696e672d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/tadcka/routing-bundle) [![Total Downloads](https://camo.githubusercontent.com/a020e4e88b4e5f7d18a607182ebde5b5afe2773f3f749af9f6225a21ce516270/68747470733a2f2f706f7365722e707567782e6f72672f746164636b612f726f7574696e672d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/tadcka/routing-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/638e91d764d622f76aff9cf4a53006fac09a050ecc4adfebef74a2ac7e4869ff/68747470733a2f2f706f7365722e707567782e6f72672f746164636b612f726f7574696e672d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/tadcka/routing-bundle) [![License](https://camo.githubusercontent.com/c306c2dd3383539b9821c9784d03a39e59fc1afb84639861e7e1ab803ad6dbe6/68747470733a2f2f706f7365722e707567782e6f72672f746164636b612f726f7574696e672d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/tadcka/routing-bundle)

Routing bundle integrating cmf routing component.

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

[](#installation)

### Step 1: Download RoutingBundle using composer

[](#step-1-download-routingbundle-using-composer)

Add RoutingBundle in your composer.json:

```
{
    "require": {
        "tadcka/routing-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update tadcka/routing-bundle
```

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
