joomla/router
Joomla Router Package
Maintainers
4.0.0
2025-07-23 19:21 UTC
Requires
- php: ^8.3.0
Requires (Dev)
- joomla/console: ^4.0
- opis/closure: ^4.3.1
- phpstan/phpstan: ^2.1.17
- phpstan/phpstan-deprecation-rules: ^2.0.3
- phpunit/phpunit: ^12.2.6
- squizlabs/php_codesniffer: ^3.7.2
Suggests
- joomla/console: If you want to use the DebugRouterCommand class, please install joomla/console
- opis/closure: If you use Closure based controllers and want to be able to serialize the router, please install opis/closure
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-06-15 13:48:34 UTC
README
👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License
The Router package is used to register an application's routes and to route the request URI to a controller method.
Requirements
- PHP 8.1 or later
Installation
To install the package, you can simply run the following from the command line:
composer require joomla/router "~3.0"
