From 767efa612b9353ece423d05abdab6e482eb7c058 Mon Sep 17 00:00:00 2001 From: Sebastian Utbult Date: Tue, 19 Dec 2023 12:56:09 +0100 Subject: [PATCH] Update README.md Added bramus/router to the list of routers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a59559f..5cba605 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ 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.