Skip to content

Commit 05955b6

Browse files
authored
Merge pull request #3879 from shaedrich/psr-11
Add topic "PSR 11"
2 parents f0244eb + 57cf6aa commit 05955b6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

topics/psr-11/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
display_name: "PSR-11: Container interface"
3+
short_description: PSR-11 is a set of common interfaces for dependency injection containers.
4+
topic: psr-11
5+
related: psr, service-locator, dependency-injection, dependency-injection-container, service-container, di-container, container-interop
6+
url: https://www.php-fig.org/psr/psr-11/
7+
created_by: Matthieu Napoli, David Négrier
8+
---
9+
common interfaces for dependency injection containers (usually [service locators](https://github.com/topics/service-locator)) in a standardized way of how frameworks and libraries make use of a container to obtain objects and parameters.

0 commit comments

Comments
 (0)