Skip to content

omegacms/routing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Routing Package

The Routing package is used to register an application's routes and to route the request URI to a controller method.

Requirements

  • PHP 8.2 or later

Installation via Composer

Add "omegacms/routing": "^1.0.0" to the require block in your composer.json file and then run composer install.

{
    "require": {
        "omegacms/routing": "^1.0.0"
    }
}

Alternatively, you can simply run the folowing from the command line:

composer require omegacms/routing "^1.0.0"

If you want to include the test sources, use:

composer require --prefer-source omegacms/routing "^1.0.0"

Documentation

Work in progress

Contributing

If you'd like to contribute to the OmegaCMS Routing package, please follow our contribution guidelines.

License

This project is open-source software licensed under the GNU General Public License v3.0.