Easiest way to map route in PHP

前端 未结 3 1554
孤城傲影
孤城傲影 2021-01-23 02:05

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

3条回答
  •  北海茫月
    2021-01-23 02:40

    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.

提交回复
热议问题