Go to file
2023-08-16 14:28:06 +02:00
app Add doctrine and seperate out the renderer 2023-08-16 14:28:06 +02:00
public Add doctrine and seperate out the renderer 2023-08-16 14:28:06 +02:00
src Add doctrine and seperate out the renderer 2023-08-16 14:28:06 +02:00
.gitignore Add key based genericConfig 2023-08-15 21:21:24 +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 Implement simple PHP based view renderer 2023-08-15 03:05:28 +02:00

Simple PHP micro framework

Current features:

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