From d8bb60d8dc9eec6fdc204521bba83c5984840a63 Mon Sep 17 00:00:00 2001 From: SteamPixel Date: Wed, 15 Jan 2020 09:12:58 +0100 Subject: [PATCH] Update README.md Thought the mention of "single class" is important :-) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99b6464..b548505 100644 --- a/README.md +++ b/README.md @@ -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.