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
Requires
- php: >=5.3.3
- symfony/framework-bundle: >=2.3
- tadcka/routing: ~0.1
Requires (Dev)
- phpunit/phpunit: ~4.2
- squizlabs/php_codesniffer: ~1.5
This package is not auto-updated.
Last update: 2024-10-26 16:36:26 UTC
README
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
License
This bundle is under the MIT license. See the complete license in the bundle:
Code License: Resources/meta/LICENSE