Skip to content

Commit 2925c8f

Browse files
committed
Adding a middlewares section to README, with reference to alias and prefixer
1 parent 611e869 commit 2925c8f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*container-interop* tries to identify and standardize features in *container* objects (service locators,
77
dependency injection containers, etc.) to achieve interopererability.
88

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.
1010

1111
If PHP projects that provide container implementations begin to adopt these common standards, then PHP
1212
applications and projects that use containers can depend on the common interfaces instead of specific
@@ -42,7 +42,7 @@ between minor versions.
4242
Describes the interface of a container that exposes methods to read its entries.
4343
- [*Delegate lookup feature*](docs/Delegate-lookup.md).
4444
[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
4646
feature lets several containers work together in a single application.
4747

4848
### Proposed
@@ -67,6 +67,13 @@ View open [request for comments](https://github.com/container-interop/container-
6767
- [PHP-DI](http://php-di.org)
6868
- [PimpleInterop](https://github.com/moufmouf/pimple-interop)
6969

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+
7077
## Workflow
7178

7279
Everyone is welcome to join and contribute.

0 commit comments

Comments
 (0)