6
6
* container-interop* tries to identify and standardize features in * container* objects (service locators,
7
7
dependency injection containers, etc.) to achieve interopererability.
8
8
9
- Through discussions and trials, we try to create a standard, made of common interfaces but also recommendations.
9
+ Through discussions and trials, we try to create a standard, made of common interfaces but also recommendations.
10
10
11
11
If PHP projects that provide container implementations begin to adopt these common standards, then PHP
12
12
applications and projects that use containers can depend on the common interfaces instead of specific
@@ -42,7 +42,7 @@ between minor versions.
42
42
Describes the interface of a container that exposes methods to read its entries.
43
43
- [ * Delegate lookup feature* ] ( docs/Delegate-lookup.md ) .
44
44
[ Meta Document] ( docs/Delegate-lookup-meta.md ) .
45
- Describes the ability for a container to delegate the lookup of its dependencies to a third-party container. This
45
+ Describes the ability for a container to delegate the lookup of its dependencies to a third-party container. This
46
46
feature lets several containers work together in a single application.
47
47
48
48
### Proposed
@@ -67,6 +67,13 @@ View open [request for comments](https://github.com/container-interop/container-
67
67
- [ PHP-DI] ( http://php-di.org )
68
68
- [ PimpleInterop] ( https://github.com/moufmouf/pimple-interop )
69
69
70
+ ### Middlewares implementing ` ContainerInterface `
71
+
72
+ - [ Alias-Container] ( https://github.com/thecodingmachine/alias-container ) : add
73
+ aliases support to any container
74
+ - [ Prefixer-Container] ( https://github.com/thecodingmachine/prefixer-container ) :
75
+ dynamically prefix identifiers
76
+
70
77
## Workflow
71
78
72
79
Everyone is welcome to join and contribute.
0 commit comments