Get in touch
PHP Router is a simple and powerful routing library. The same goes for our contact policy. You just write an email and we reply as soon as possible.
E-mail: info@phprouter.com
Just in case you missed it
Here are some examples on how to do routing with PHP Router
// Get the index page
get('/' , 'views/index.php');
// Get item based on id
get('/item/$id, 'views/item.php');
// Save user
post('/user, 'user.php');