Looking for simple php class routing, like this: http://fatfree.sourceforge.net/page/routing-engine
Is there a ready-made solutions? Or is it better to use the whole framework (it is lightweight, might even cut out the router)?
You probably already found a solution but one of the routing classes I've been using lately are these two and they've proven to be effective.
PHPRouter.php https://github.com/dannyvankooten/PHP-Router
AltoRouter.php https://github.com/dannyvankooten/AltoRouter