├── .github └── workflows │ └── qa.yaml ├── README.md ├── composer.json └── src └── StaticRouter.php /.github/workflows/qa.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextras/static-router/HEAD/.github/workflows/qa.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextras/static-router/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextras/static-router/HEAD/composer.json -------------------------------------------------------------------------------- /src/StaticRouter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextras/static-router/HEAD/src/StaticRouter.php --------------------------------------------------------------------------------