Creating a Dependency Injection (DI) Container
A while ago, I've created a small PHP framework. In order to adhere to modern practice (it even has basic middleware support even if I don't like them), I had to pick a DI container. The issue was: either there were too complicated, or too simple. An...
blog.lekoala.be2 min read