From fdd1744b351377f921d7f5d1f1b28e520970c866 Mon Sep 17 00:00:00 2001 From: tim Date: Wed, 9 Aug 2023 00:55:11 +0200 Subject: [PATCH] Update README --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c860957..adaca33 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ -Todos: -- [ ] Collect routes properly -- [ ] Process routes correctly -- [ ] Add request and response objects +Simple PHP micro framework - - -Routing: -Currently the routes are hardcoded, we need we way to process -all classes maybe and sort them into a list of routes. \ No newline at end of file +Current features: +- Routing with method dependency injection +- Controller configuration with annotations +- Dependency injection application configuration \ No newline at end of file