switch-route
switch-route copied to clipboard
Slim framework integration
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