PHPackages                             radnan/rdn-trailing-slash - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. radnan/rdn-trailing-slash

ActiveLibrary[HTTP &amp; Networking](/categories/http)

radnan/rdn-trailing-slash
=========================

Zend Framework module to trim trailing slashes from requests

v1.0.2(8y ago)011.5k1MITPHP

Since May 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/radnan/rdn-trailing-slash)[ Packagist](https://packagist.org/packages/radnan/rdn-trailing-slash)[ RSS](/packages/radnan-rdn-trailing-slash/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (4)Used By (0)

RdnTrailingSlash
================

[](#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.

Installation
------------

[](#installation)

1. Use `composer` to require the `radnan/rdn-trailing-slash` package:

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

    ```
