tigra/router

PHP Class Router for the Tigra Framework

7.4.1.0 2022-05-26 14:01 UTC

This package is auto-updated.

Last update: 2024-03-26 17:36:32 UTC


README

This is the Class Router which is used by Tigra.

The router is used to process the URLs provided in the browser. It will call the configured Controller and Function while passing the requested Injected Classes, Repositories, Variables and/or body of the HttpRequest.

This router is made for the Tigra Framework. If you want to use it in your own code, plase use RudyMas/easyrouter (Packagist: rudymas/router).