Libraries tagged by URL Router
coooold/php-reflection-router
20 Downloads
reflect url params to function params
codedgr/router
23 Downloads
Route the URL variables to your project
charm/router
19 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.
bavix/router
5362 Downloads
Component for building site routes. It just works!
agregalel/router-php
5 Downloads
fast router for your projects
bssanchez/phprouter
30 Downloads
Fork of PHPRouter (http://miladrahimi.github.io/phprouter) version 2.3
jqgeeks/jqrouter
99 Downloads
Simple UI URL Router
komalbarun/namedurls
91 Downloads
Url naming for klein/klein router
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
21 Downloads
New generation Php route : simply and fast !
lordarryn/psrrouter
47 Downloads
Basic router developped with PSR interfaces. Supports GET, POST, PUT, DELETE, OPTIONS, PATCH methods and 400, 404 and 405 errors.
laudirbispo/easy-route
12 Downloads
A simple router class
icore/uri_reader
36 Downloads
This package use to read the uri and parse it in order to handel the requested action
cuephp/routing
0 Downloads
cueBlog Routing Component