diff --git a/README.md b/README.md index 343b0eada2db4b27d4762bea5a39d234f79a610b..7d26f54c126b84a7757dcaa9440eda4088a31c41 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # TinyRouter -Axels first php class of a router. +You can define routes static and dynamic url parts and a callback object per route. +The getRoute() method returns found route including set vars and the callback object. +In the most simple case check if a callback exists and execute it. Institute for Medical Education; University of Bern -Source: <https://git-repo.iml.unibe.ch/iml-open-source/tinyrouter-php-class/> -License: GNU GPL 3 - -see [docs](docs/) +📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/tinyrouter-php-class> +📜 License: GNU GPL 3.0 +📖 Docs: <https://os-docs.iml.unibe.ch/tinyrouter-php-class/>