DEV Community

Discussion on: New php router is 25 times faster then klein router

Collapse
 
abhinav1217 profile image
Abhinav Kulshreshtha

When you say only basic routing functionality, What are you not providing. I like the idea of automatic url generation with action-suffix. I mainly use a rest call to graphql-rest hybrid endpoint. Which means that uri strings are dynamically generated, e.g books/authors/bio and book/authors/bio/contact. Currently I am using slim framework with its default fastroute. Is your router PSR-7 compliment?

Thread Thread
 
alexdodonov profile image
alexdodonov

It is not yet PSR-7 compliment. But I hope it will be. Soon )