Browse Source

Update README.md

Added Simple-Router
pull/1240/head
Sebastian Utbult 2 years ago
parent
commit
e4d54151d4
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      README.md

+ 2
- 1
README.md View File

@@ -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.*

Loading…
Cancel
Save