Go to file
Tim 797cbedb27 Add route to create book 2023-08-17 15:53:58 +02:00
app Add route to create book 2023-08-17 15:53:58 +02:00
public Implement commands 2023-08-16 16:04:35 +02:00
src Implement commands 2023-08-16 16:04:35 +02:00
.gitignore Add key based genericConfig 2023-08-15 21:21:24 +02:00
README.md Implement simple PHP based view renderer 2023-08-15 03:05:28 +02:00
composer.json Add doctrine and seperate out the renderer 2023-08-16 14:28:06 +02:00
composer.lock Add doctrine and seperate out the renderer 2023-08-16 14:28:06 +02:00

README.md

Simple PHP micro framework

Current features:

  • Routing with method dependency injection
  • Controller configuration with annotations
  • Dependency injection application configuration
  • Simple renderer based on PHP