Update README

This commit is contained in:
Tim 2023-08-09 00:55:11 +02:00
parent 64ff0c243d
commit fdd1744b35

View File

@ -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.
Current features:
- Routing with method dependency injection
- Controller configuration with annotations
- Dependency injection application configuration