2017 © Pedro Peláez
 

library rdn-router

Zend Framework 2 simple router debug utility

image

radnan/rdn-router

Zend Framework 2 simple router debug utility

  • Monday, October 13, 2014
  • by radnan
  • Repository
  • 1 Watchers
  • 3 Stars
  • 96 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

RdnRouter

The RdnRouter ZF2 module provides a very simple debug utility that displays information about all your HTTP routes., (*1)

Installation

  1. Use composer to require the radnan/rdn-router package:, (*2)

    $ composer require radnan/rdn-router:1.*
    
  2. Activate the module by including it in your application.config.php file:, (*3)

    <?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:, (*4)

$ 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:, (*5)

$ vendor/bin/console router:debug foo/bar

The Versions

13/10 2014

dev-master

9999999-dev

Zend Framework 2 simple router debug utility

  Sources   Download

MIT

The Requires

 

by Avatar radnan

debug zf2 zend router

13/10 2014

v1.0.2

1.0.2.0

Zend Framework 2 simple router debug utility

  Sources   Download

MIT

The Requires

 

by Avatar radnan

debug zf2 zend router

20/02 2014

v1.0.1

1.0.1.0

Zend Framework 2 simple router debug utility

  Sources   Download

MIT

The Requires

 

by Avatar radnan

debug zf2 zend router

20/02 2014

v1.0.0

1.0.0.0

Zend Framework 2 simple router debug utility

  Sources   Download

MIT

The Requires

 

by Avatar radnan

debug zf2 zend router