issues
search
skipperbent
/
simple-php-router
Simple, fast and yet powerful PHP router that is easy to get integrated and in any project. Heavily inspired by the way Laravel handles routing, with both simplicity and expand-ability in mind.
654
stars
123
forks
source link
Version 5.4.0.0
#686
Closed
skipperbent
closed
1 year ago
skipperbent
commented
1 year ago
InputHandler: Added support for input stream when not json encoded.
Added @return never to Response.php (thanks to @ATC-4K)
Fixed rare double execution of rewrite routes in exception handler (thanks to @ms-afk).