File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- #SnappyRouter
1
+ # SnappyRouter
2
+
2
3
[ ![ Build Status] ( https://travis-ci.org/Vectorface/SnappyRouter.svg?branch=master )] ( https://travis-ci.org/Vectorface/SnappyRouter )
3
4
[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/Vectorface/SnappyRouter/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/Vectorface/SnappyRouter/?branch=master )
4
5
[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/Vectorface/SnappyRouter/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/Vectorface/SnappyRouter/?branch=master )
@@ -11,7 +12,7 @@ standard in most other routers such as:
11
12
- Controller/Action based routes
12
13
- Rest-like routes with API versioning
13
14
- Pattern matching routes (based off [ nikic/FastRoute] ( https://github.com/nikic/FastRoute ) )
14
- - Direct file invokation (wrap paths to specific files through the router)
15
+ - Direct file invocation (wrap paths to specific files through the router)
15
16
16
17
SnappyRouter makes it easy to write your own routing handler for any imaginable
17
18
custom routing scheme.
You can’t perform that action at this time.
0 commit comments