An open API service indexing awesome lists of open source software.

https://github.com/joomla-framework/router

Joomla Framework Router Package
https://github.com/joomla-framework/router

joomla joomla-framework php router

Last synced: about 1 year ago
JSON representation

Joomla Framework Router Package

Awesome Lists containing this project

README

          

# The Router Package [![Build Status](https://ci.joomla.org/api/badges/joomla-framework/router/status.svg?ref=refs/heads/3.x-dev)](https://ci.joomla.org/joomla-framework/router)

[![Latest Stable Version](https://poser.pugx.org/joomla/router/v/stable)](https://packagist.org/packages/joomla/router)
[![Total Downloads](https://poser.pugx.org/joomla/router/downloads)](https://packagist.org/packages/joomla/router)
[![Latest Unstable Version](https://poser.pugx.org/joomla/router/v/unstable)](https://packagist.org/packages/joomla/router)
[![License](https://poser.pugx.org/joomla/router/license)](https://packagist.org/packages/joomla/router)

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:

```sh
composer require joomla/router "~3.0"
```