I just released a very simple PHP router. It uses an INI file for route definitions and plain regex (via PHP's preg_match) to get from an HTTP request to a handler PHP function.
It's called preg_router and it's on GitHub.
I just released a very simple PHP router. It uses an INI file for route definitions and plain regex (via PHP's preg_match) to get from an HTTP request to a handler PHP function.
It's called preg_router and it's on GitHub.