Go to file
2023-08-09 00:55:11 +02:00
app Add controller method autowiring 2023-08-09 00:49:47 +02:00
public Properly implement the router with config and interfaces 2023-08-07 17:51:53 +02:00
src Add controller method autowiring 2023-08-09 00:49:47 +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 Update README 2023-08-09 00:55:11 +02:00

Simple PHP micro framework

Current features:

  • Routing with method dependency injection
  • Controller configuration with annotations
  • Dependency injection application configuration