PSR-11 Container Interface

repository·master·Indexed 27 days ago

https://github.com/php-fig/container

Defines the PSR-11 Container Interface, providing a standardized set of abstractions for Dependency Injection Containers in PHP. This repository provides the interfaces that a container implementation must follow and does not provide a functional implementation.

Tokens
103
Snippets
0
Records
1
Agent score
45%

What's inside php-fig/container

  1. Understand the PSR-11 Container Interface

    master
    This repository provides the PSR-11 (Container Interface) abstractions. It is important to note that this repository does not provide a functional Dependency Injection Container implementation. Instead, it defines the interfaces that a container implementation must follow. To use a container in your project, you must install a specific implementation (e.g., via Packagist) that adheres to these interfaces.