Libraries tagged by fast router
bonfim/router
16 Downloads
A fast and powerful router that maps route callbacks to specific HTTP request methods and URIs. It supports parameters and pattern matching
wallygator/router
12 Downloads
A classic Wallygator Router is easy, fast and extremely uncomplicated. Create and manage your routes in minutes!
viniciusrbezerra/router
6 Downloads
A classic CoffeeCode Router is easy, fast and extremely uncomplicated. Create and manage your routes in minutes!
terrydjony/routeria
17 Downloads
A simple fast yet powerful PHP router
simpsyst/router
12 Downloads
A classic SimpSyst Router is easy, fast and extremely uncomplicated. Create and manage your routes in minutes!
polon/router
6 Downloads
A classic Polon Router is easy, fast and extremely uncomplicated. Create and manage your routes in minutes!
maiconfss/router
8 Downloads
A classic Router is easy, fast and extremely uncomplicated. Create and manage your routes in minutes!
legatus/router
206 Downloads
A fast and composable middleware router inspired in Express.js
kitsunecode/router
19 Downloads
A classic KitsuneCode Router is easy, fast and extremely uncomplicated. Create and manage your routes in minutes!
kadokweb/router
9 Downloads
A classic KadokWeb Router is easy, fast and extremely uncomplicated. Create and manage your routes in minutes!
gmcb/router
2 Downloads
A classic Gmcb Router is easy, fast and extremely uncomplicated. Create and manage your routes in minutes!
coffeecode2/router2
57 Downloads
A classic CoffeeCode Router is easy, fast and extremely uncomplicated. Create and manage your routes in minutes!
codephix/router
124 Downloads
A classic CoffeeCode Router is easy, fast and extremely uncomplicated. Create and manage your routes in minutes!
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.
artisangang/router
39 Downloads
Fast and simple request router for PHP7