Sign in Sign up
packagist

charm/router

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.

Activity

Latest release
5y ago
Total releases
8
Cadence
~5 days
Last 12 months
0

Reach

Stars

Details

License
MIT
First release
Jun 10, 2021
Releases
Version Released
0.0.9 patch
0.0.8 patch
0.0.7 patch
0.0.5 patch
0.0.4 patch
0.0.3 patch
0.0.2 patch
0.0.1 initial