tadcka/routing-bundle

Routing bundle on Symfony2

Installs: 2 503

Dependents: 3

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 3

Type:symfony-bundle

v0.2.1 2016-05-25 08:34 UTC

This package is not auto-updated.

Last update: 2024-03-16 13:26:47 UTC


README

Build Status Scrutinizer Code Quality Latest Stable Version Total Downloads Latest Unstable Version License

Routing bundle integrating cmf routing component.

Installation

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

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Tadcka\RoutingBundle\TadckaRoutingBundle(),
    );
}

1. Configure the TadckaRoutingBundle

2. Doctrine ORM Route class

License

This bundle is under the MIT license. See the complete license in the bundle:

Code License: Resources/meta/LICENSE