Go to file
2023-08-15 03:05:28 +02:00
app Implement simple PHP based view renderer 2023-08-15 03:05:28 +02:00
public Add appConfig to container 2023-08-15 02:16:12 +02:00
src Implement simple PHP based view renderer 2023-08-15 03:05:28 +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 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