Skip to content

Commit b4b3210

Browse files
committed
Adding projects using containerinterface and improving doc for Acclimate
1 parent 2925c8f commit b4b3210

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ View open [request for comments](https://github.com/container-interop/container-
5353

5454
### Projects implementing `ContainerInterface`
5555

56-
- [Acclimate](https://github.com/jeremeamia/acclimate-container)
56+
- [Acclimate](https://github.com/jeremeamia/acclimate-container): Adapters for
57+
Aura.Di, Laravel, Nette DI, Pimple, Symfony DI, ZF2 Service manager, ZF2
58+
Dependency injection and any container using `ArrayAccess`
5759
- [dcp-di](https://github.com/estelsmith/dcp-di)
5860
- [Mouf](http://mouf-php.com)
5961
- [Njasm Container](https://github.com/njasm/container)
@@ -74,6 +76,14 @@ View open [request for comments](https://github.com/container-interop/container-
7476
- [Prefixer-Container](https://github.com/thecodingmachine/prefixer-container):
7577
dynamically prefix identifiers
7678

79+
### Projects using `ContainerInterface`
80+
81+
- [Woohoo Labs. API Framework](https://github.com/woohoolabs/api-framework): a
82+
micro-framework for writing APIs
83+
- [interop.silex.di](https://github.com/thecodingmachine/interop.silex.di): an
84+
extension to [Silex](http://silex.sensiolabs.org/) that adds support for any
85+
*container-interop* compatible container
86+
7787
## Workflow
7888

7989
Everyone is welcome to join and contribute.

0 commit comments

Comments
 (0)