Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 955 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 955 Bytes

The Router Package Build Status

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"