You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
-
# PSR Container
1
+
Container interface
2
+
==============
2
3
3
-
This repository holds all interfaces/classes/traits related to [PSR-11](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-11-container.md).
4
+
This repository holds all interfaces related to [PSR-11 (Container Interface)][psr-url].
5
+
6
+
Note that this is not a Container implementation of its own. It is merely abstractions that describe the components of a Dependency Injection Container.
7
+
8
+
The installable [package][package-url] and [implementations][implementation-url] are listed on Packagist.
0 commit comments