rudymas/router

An easy way to process clean URLs with added routing options

Installs: 65

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/rudymas/router

1.2.0.51 2018-04-02 08:01 UTC

README

Installation

Install the package using composer.

composer require rudymas/router

or by editing composer.json yourself and adding:

"require": {
    "rudymas/router": "*"
}

You can also set a certain version instead of *, of course.

Usage example

This part will be added at a later date.