joomla/router

Joomla Router Package

Package info

github.com/joomla-framework/router

Type:joomla-package

pkg:composer/joomla/router

Statistics

Installs: 316 994

Dependents: 3

Suggesters: 1

Stars: 8

Open Issues: 0

4.0.0 2025-07-23 19:21 UTC

Requires

  • php: ^8.3.0

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

GPL-2.0-or-later d0552ac09b92712a140fff2323579b84fbaa12b8

frameworkrouterjoomla


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"