switch-route icon indicating copy to clipboard operation
switch-route copied to clipboard

Slim framework integration

Open jasny opened this issue 1 year ago • 0 comments

Does it make sense to allow switch-route to work with slim framework as alternative router?

The Slim Framework’s router is built on top of the Fast Route 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.

https://www.slimframework.com/docs/v4/objects/routing.html

jasny avatar Aug 29 '24 22:08 jasny