router icon indicating copy to clipboard operation
router copied to clipboard

A powerful PHP Router for PSR7 messages inspired by the Laravel API.

Results 4 router issues
Sort by recently updated
recently updated
newest added

Package **zendframework/zend-diactoros** is abandoned, you should avoid using it. Use **laminas/laminas-diactoros** instead. Package **http-interop/http-server-middleware** is abandoned, you should avoid using it. Use **psr/http-server-middleware** instead. how can I solve this?

When using rareloop/router v6.0.2 in a server with PHP 8.2 I am getting the following exception: `Return type of Rareloop\Router\RouteParams::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange]...

Uses the suggested fix in https://github.com/dannyvankooten/AltoRouter/issues/221#issuecomment-424599922 in order to allow the router to parse param values with dots. We will need to consider the implications of this, as the comment...