Dinjectease

Tiny DI container based on configuration files. This solution was inspired by Pimple.

I wanted to be able to control dependencies in a way I know from the Symfony or other PHP frameworks. Most of the existing solutions cluttered the service code to a greater or lesser extent. Dinjectease, on the other hand, allows you to configure all dependencies in a separate config file.