Update README.md

Thought the mention of "single class" is important :-)
This commit is contained in:
SteamPixel 2020-01-15 09:12:58 +01:00 committed by GitHub
parent 6bae948408
commit d8bb60d8dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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