### PSR-11 Container Interface Source: https://github.com/php-fig/container/blob/master/README.md Defines the core interface for a PHP Dependency Injection Container as per PSR-11. It specifies methods for checking the existence of an entry and retrieving an entry by its identifier. ```php