joomla/router
Joomla Framework Router registers application routes and dispatches incoming request URIs to controller methods. PHP 8.1+ compatible, install via Composer (joomla/router ~3.0). Suitable for building clean, maintainable routing in PHP apps.
The following changes were made to the Router package between v1 and v2.
All Framework packages now require PHP 7.2 or newer.
Joomla\Router\Router::parseRoute() changedThe Joomla\Router\Router::parseRoute() method has been changed to return a Joomla\Router\ResolvedRoute object instead of an array.
Joomla\Router\RouterInterface has been added to define the contract for a router.
How can I help you explore Laravel packages today?