Libraries tagged by URL Router
masticore/laravel-url-matcher-command
2 Downloads
A command to get information about the route matched against an arbitrary url string
liamrabe/simple-router-fix
9 Downloads
Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.
kuria/router
17 Downloads
HTTP request router
jsstoni/router
19 Downloads
Router HTTP
jetz1nn/simple-router
10 Downloads
Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.
israel-nogueira/fast-router
76 Downloads
Modern, fast and flexible PHP router with support for static and instance modes, middleware chains, and advanced routing features
fyre/router
248 Downloads
A URL routing library.
fond-of-spryker/router
19019 Downloads
Redirects and add locale in url if missing.
eightsystems/simple-router
61 Downloads
Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router. (Forked from skipperbent/simple-php-router)
drake/easycode-router
22 Downloads
Biblioteca para reescrita de URL
denkoren/dwpl-request-router
1 Downloads
Custom requests router for WordPress plugins
coooold/php-reflection-router
21 Downloads
reflect url params to function params
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