🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
The Slim Framework’s router is built on top of the[Fast Route](https://github.com/nikic/FastRoute)component, and it is remarkably fast and stable. While we are using this component to do all our routing, the app’s core has been entirely decoupled from it and interfaces have been put in place to pave the way for using other routing libraries. Slim框架的路由器构建在[Fast Route](https://github.com/nikic/FastRoute)组件之上,非常快速和稳定。当我们使用这个组件来完成所有的路由时,应用程序的核心已经完全与它解耦,接口已经到位,为使用其他路由库铺平了道路。 > 由 Laravel 组件搭建而成的微框架Lumen 路由也是基于Fast Route