Go to file
2023-08-08 16:56:55 +02:00
app Implement basic version of route matching 2023-08-08 16:53:27 +02:00
public Properly implement the router with config and interfaces 2023-08-07 17:51:53 +02:00
src Introduce ClassNotFoundException for container 2023-08-08 16:56:55 +02:00
.gitignore First working version with non working routes 2023-07-28 16:14:55 +02:00
composer.json Properly implement the router with config and interfaces 2023-08-07 17:51:53 +02:00
composer.lock Properly implement the router with config and interfaces 2023-08-07 17:51:53 +02:00
README.md Add response and request objects and interfaces 2023-08-07 14:23:00 +02:00

Todos:

  • Collect routes properly
  • Process routes correctly
  • Add request and response objects

Routing: Currently the routes are hardcoded, we need we way to process all classes maybe and sort them into a list of routes.