From e4d54151d4164642c66e2e92098dac369fd4e06c Mon Sep 17 00:00:00 2001 From: Sebastian Utbult Date: Tue, 19 Dec 2023 12:59:19 +0100 Subject: [PATCH] Update README.md Added Simple-Router --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cba605..e2b21dc 100644 --- a/README.md +++ b/README.md @@ -188,11 +188,12 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT *Libraries for handling application routing.* * [Aura.Router](https://github.com/auraphp/Aura.Router) - A full-featured routing library. -* [Router](https://github.com/bramus/router) - Simple PHP router. * [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library. * [Klein](https://github.com/klein/klein.php) - A flexible router. * [Pux](https://github.com/c9s/Pux) - Another fast routing library. * [Route](https://github.com/thephpleague/route) - A routing library built on top of Fast Route. +* [Router](https://github.com/bramus/router) - Simple PHP router. +* [Simple Router](https://github.com/skipperbent/simple-php-router) - A simple but feature rich PHP router. ### Templating *Libraries and tools for templating and lexing.*