Download the PHP package gymadarasz/router without Composer
On this page you can find all versions of the php package gymadarasz/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 router
Router
Fast and Simple Web Application Router Class
Why would I use this over illuminate/routing or symfony/routing?
- Could you write a comparison?
- Speed! :) I like the laravel and symfony frameworks but the routing the first every single pageload, so my philosophy that routing have to be quick cause it just a simple regex matcher and this syntax easier for me. Anyway, here is a benchmark comparison e.g with FastRouter: https://github.com/gymadarasz/router-benchmark ref: https://github.com/gymadarasz/router/issues/1
usage and examples
Install with composer:
composer require gymadarasz/router
Add the code below to your .htaccess
file for user and SEO friendly URLs:
Add the code below to your index.php
:
Grouping
(see in more explanation bellow)
The next is a complet example application
More explanation
All versions of router with dependencies
PHP Build Version
Package Version
No informations.
The package gymadarasz/router contains the following files
Loading the files please wait ....