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
Add return never for the Response::json method too #709
Please add @return never doc attr for the Response::json() method too, as it was done for Response::redirect(). Thanks.