Blog
Playing with dependency injection in PHP
Dependency Injection is a software design pattern that allows avoiding hard-coding dependencies and makes possible to change the dependencies both at runtime and compile time.
php
dependency injection
design patterns
programming