2017 © Pedro Peláez
 

symfony-bundle routing-bundle

Routing bundle on Symfony2

image

tadcka/routing-bundle

Routing bundle on Symfony2

  • Wednesday, October 5, 2016
  • by Tadcka
  • Repository
  • 2 Watchers
  • 2 Stars
  • 1,596 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

RoutingBundle

Build Status Scrutinizer Code Quality Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Routing bundle integrating cmf routing component., (*2)

Installation

Step 1: Download RoutingBundle using composer

Add RoutingBundle in your composer.json:, (*3)

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

Now tell composer to download the bundle by running the command:, (*4)

``` bash $ php composer.phar update tadcka/routing-bundle, (*5)


### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Tadcka\RoutingBundle\TadckaRoutingBundle(), ); }

1. Configure the TadckaRoutingBundle, (*6)

2. Doctrine ORM Route class, (*7)

License

This bundle is under the MIT license. See the complete license in the bundle:, (*8)

Code License: Resources/meta/LICENSE, (*9)

The Versions

05/10 2016

dev-master

9999999-dev https://github.com/tadcka/RoutingBundle

Routing bundle on Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tadas Gliaubicas

routing cmf routing symfony routing

25/05 2016

v0.2.1

0.2.1.0 https://github.com/tadcka/RoutingBundle

Routing bundle on Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tadas Gliaubicas

routing cmf routing symfony routing

16/04 2016

v0.2.0

0.2.0.0 https://github.com/tadcka/RoutingBundle

Routing bundle on Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tadas Gliaubicas

routing cmf routing symfony routing

08/09 2014

v0.1.0

0.1.0.0 https://github.com/tadcka/RoutingBundle

Routing bundle on Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tadas Gliaubicas

routing cmf routing