I was browsing Symfony\'s website. I didn\'t really feel like I need all the functionality the framework offers, but I did like the routing part. It allows you to specify URL pa
The problem is that a routing is a complex thing in a framework.
Perhaps you take a look at Silex. Its a micro-framework based on the Symfony2 Components. Its not so big as Symfony2 but have some of the features.