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.3.0.0
#651
Closed
skipperbent
closed
1 year ago
skipperbent
commented
1 year ago
[[!!!] CsrfVerifier changes
[!!!] Made
$except
and
$include
array not nullable.
Added more customizable BaseCsrfVerifier. Can now be used as ticket for no hotlinking etc.
Fixed exception-handler rewrite not always triggered.
Changed behavior of router to always expect returned output to be string.
Updated documentation with more examples.
$except
and$include
array not nullable.