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
- Host: GitHub
- URL: https://github.com/joomla-framework/router
- Owner: joomla-framework
- License: gpl-2.0
- Created: 2013-03-23T15:42:53.000Z (about 13 years ago)
- Default Branch: 3.x-dev
- Last Pushed: 2024-10-08T21:11:40.000Z (over 1 year ago)
- Last Synced: 2025-03-29T06:08:29.241Z (about 1 year ago)
- Topics: joomla, joomla-framework, php, router
- Language: PHP
- Homepage:
- Size: 5.27 MB
- Stars: 9
- Watchers: 12
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# The Router Package [](https://ci.joomla.org/joomla-framework/router)
[](https://packagist.org/packages/joomla/router)
[](https://packagist.org/packages/joomla/router)
[](https://packagist.org/packages/joomla/router)
[](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"
```