Libraries tagged by URL Router
codedgr/router
25 Downloads
Route the URL variables to your project
charm/router
22 Downloads
A very fast, tiny single file router implementation. Compatible with PSR Middlware. Takes you from /users/{id:\d+} to `User::profile($id)`. Also in reverse: `$router->url([User::class, 'profile'], 123)` gives you the URL.
bright-webb/easy-router
15 Downloads
Easy Router is a lightweight PHP routing library designed to simplify url management and request handling for web applications
bavix/router
5369 Downloads
Component for building site routes. It just works!
ayhanyigid/kerkenes-router
4 Downloads
Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.
agregalel/router-php
7 Downloads
fast router for your projects
webmodules/jqrouter
67 Downloads
Simple UI URL Router
bssanchez/phprouter
31 Downloads
Fork of PHPRouter (http://miladrahimi.github.io/phprouter) version 2.3
jqgeeks/jqrouter
99 Downloads
Simple UI URL Router
komalbarun/namedurls
92 Downloads
Url naming for klein/klein router
xinningsu/laravel-route-trailing-slash
112 Downloads
Let laravel route work as exactly as how we define it including the trailing slash.
victorium/yar
13 Downloads
Yet Another Router for PHP. Simple, Stupid and totally framework independent.
titon/route
476 Downloads
The route package adds support for dynamic route handling and mapping.
thomasmrln/superway
22 Downloads
New generation Php route : simply and fast !
streetyo/laravel-trailing-slash
9 Downloads
The package that adds redirection with trailing slash to Laravel framework.