Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Thought the mention of "single class" is important :-)
  • Loading branch information
steampixel authored Jan 15, 2020
1 parent 6bae948 commit d8bb60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Simple PHP Router

Hey! This is a simple and small PHP router that can handle the whole URL routing for your project.
Hey! This is a simple and small single class PHP router that can handle the whole URL routing for your project.
It utilizes RegExp and PHP's anonymous functions to create a lightweight and fast routing system.
The router supports dynamic path parameters, special 404 and 405 routes as well as verification of request methods like GET, POST, PUT, DELETE, etc.
The codebase is very small and very easy to understand. So you can use it as a boilerplate for a more complex router.
Expand Down

0 comments on commit d8bb60d

Please sign in to comment.