phprouter
phprouter copied to clipboard
PhpRouter is a full-featured yet very fast HTTP URL router for PHP projects
Hello, in html forms, most browsers can't handle DELETE, PUT or PATCH as request method. Laravel has a feature that if there's a POST request with a hidden field named...
Currently the router throws a `RouteNotFoundException` either if it doesn't find a route with a matching pattern or a matching method. My suggestion is to introduce either a property on...
Refer to the code below, it seems that I have to call `Router` class for each controller class and if I have two components in my system: Users and Product...
You say that the package is compatible with PHP 7.4 but "laminas/laminas-diactoros": "^2.2", only works in PHP 8 > Is there any way to work in PHP 7.4?