2017 © Pedro Peláez
 

library rdn-trailing-slash

Zend Framework module to trim trailing slashes from requests

image

radnan/rdn-trailing-slash

Zend Framework module to trim trailing slashes from requests

  • Wednesday, September 6, 2017
  • by radnan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 428 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 5 % Grown

The README.md

RdnTrailingSlash

The RdnTrailingSlash ZF2 module trims the trailing slash in a path and then redirects the request if it does not match an existing route., (*1)

Installation

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

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

    <?php
    
    return array(
       'modules' => array(
           'RdnTrailingSlash',
           // ...
       ),
    );
    

That's it! The module will take care of the rest., (*4)

The Versions

06/09 2017

dev-master

9999999-dev

Zend Framework module to trim trailing slashes from requests

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar radnan

zf2 zend zf3 redirect slash trailing

06/09 2017

v1.0.2

1.0.2.0

Zend Framework module to trim trailing slashes from requests

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar radnan

zf2 zend zf3 redirect slash trailing

30/09 2014

v1.0.1

1.0.1.0

Zend Framework 2 module to trim trailing slashes from requests

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar radnan

zf2 zend redirect slash trailing

02/05 2014

v1.0.0

1.0.0.0

Zend Framework 2 module to trim trailing slashes from requests

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar radnan

zf2 zend redirect slash trailing