Dependency Injection

Dependency injection is a design pattern in which an object receives other objects that it depends on.

Documentation

See also Road to dependency injection, PHP-di