瀏覽代碼

Update README.md

Added Simple-Router
pull/1240/head
Sebastian Utbult 2 年之前
父節點
當前提交
e4d54151d4
No account linked to committer's email address
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      README.md

+ 2
- 1
README.md 查看文件

188
 *Libraries for handling application routing.*
188
 *Libraries for handling application routing.*
189
 
189
 
190
 * [Aura.Router](https://github.com/auraphp/Aura.Router) - A full-featured routing library.
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
 * [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
191
 * [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
193
 * [Klein](https://github.com/klein/klein.php) - A flexible router.
192
 * [Klein](https://github.com/klein/klein.php) - A flexible router.
194
 * [Pux](https://github.com/c9s/Pux) - Another fast routing library.
193
 * [Pux](https://github.com/c9s/Pux) - Another fast routing library.
195
 * [Route](https://github.com/thephpleague/route) - A routing library built on top of Fast Route.
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
 ### Templating
198
 ### Templating
198
 *Libraries and tools for templating and lexing.*
199
 *Libraries and tools for templating and lexing.*

Loading…
取消
儲存