Hi, I would like to hear some critics about my PHP MVC Framework.
Framework features:
- Auto-scanning all files in path /app/src for @Component, @Service and @Repository, @Configuration which area automatically added to bean/service container.
- Easy to add custom annotations e.g @Authorize (roles={"ADMIN", "WORKER"}) etc.
- MVC - @RestController and @Controller annoations
- Bean Injection - @Inject anntotation
- @Cache annotation
- Filters
- Interceptors
- Commands
github:
https://github.com/primosz67/tahona-spark-mvc