Go to file
2023-08-15 21:21:24 +02:00
app Add key based genericConfig 2023-08-15 21:21:24 +02:00
public Add appConfig to container 2023-08-15 02:16:12 +02:00
src Add key based genericConfig 2023-08-15 21:21:24 +02:00
.gitignore Add key based genericConfig 2023-08-15 21:21:24 +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 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