Download the PHP package radnan/rdn-router without Composer
On this page you can find all versions of the php package radnan/rdn-router. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package rdn-router
RdnRouter
The RdnRouter ZF2 module provides a very simple debug utility that displays information about all your HTTP routes.
Installation
-
Use
composer
to require theradnan/rdn-router
package:$ composer require radnan/rdn-router:1.*
-
Activate the module by including it in your
application.config.php
file:<?php return array( 'modules' => array( 'RdnRouter', // ... ), );
Usage
Define all your routes using the router.routes
configuration option. Then, simply run the following command from your project root:
$ vendor/bin/console router:debug
You can also view a bit more detailed information about a single route by using the full route name as an argument:
$ vendor/bin/console router:debug foo/bar
All versions of rdn-router with dependencies
PHP Build Version
Package Version
Requires
radnan/rdn-console Version
1.*
radnan/rdn-factory Version 1.*
zendframework/zend-modulemanager Version 2.*
radnan/rdn-factory Version 1.*
zendframework/zend-modulemanager Version 2.*
The package radnan/rdn-router contains the following files
Loading the files please wait ....