PSR-11 defines a standard for Container interfaces for PHP libraries or frameworks
The goal set by ContainerInterface
is to standardize how frameworks and libraries make use of a container to obtain objects and parameters
See http://www.php-fig.org/psr/psr-11/