Quellcode durchsuchen

Update README.md

Added Simple-Router
pull/1240/head
Sebastian Utbult vor 2 Jahren
Ursprung
Commit
e4d54151d4
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2
    1
      README.md

+ 2
- 1
README.md Datei anzeigen

@@ -188,11 +188,12 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
188 188
 *Libraries for handling application routing.*
189 189
 
190 190
 * [Aura.Router](https://github.com/auraphp/Aura.Router) - A full-featured routing library.
191
-* [Router](https://github.com/bramus/router) - Simple PHP router.
192 191
 * [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
193 192
 * [Klein](https://github.com/klein/klein.php) - A flexible router.
194 193
 * [Pux](https://github.com/c9s/Pux) - Another fast routing library.
195 194
 * [Route](https://github.com/thephpleague/route) - A routing library built on top of Fast Route.
195
+* [Router](https://github.com/bramus/router) - Simple PHP router.
196
+* [Simple Router](https://github.com/skipperbent/simple-php-router) - A simple but feature rich PHP router.
196 197
 
197 198
 ### Templating
198 199
 *Libraries and tools for templating and lexing.*

Laden…
Abbrechen
Speichern