Skip to content

Commit 0594db5

Browse files
authored
Merge pull request #80 from container-interop/mnapoli-patch-1
Add download stats to "Projects using ContainerInterface"
2 parents 3eb2556 + 9cc34bd commit 0594db5

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -96,21 +96,21 @@ View open [request for comments](https://github.com/container-interop/container-
9696

9797
### Projects using `ContainerInterface`
9898

99-
- [Adroit](https://github.com/bitexpert/adroit)
100-
- [blast-facades](https://github.com/phpthinktank/blast-facades): Minimize complexity and represent dependencies as facades.
101-
- [interop.silex.di](https://github.com/thecodingmachine/interop.silex.di): an
102-
extension to [Silex](http://silex.sensiolabs.org/) that adds support for any
103-
*container-interop* compatible container
104-
- [mindplay/walkway](https://github.com/mindplay-dk/walkway): a modular request router.
105-
- [mindplay/middleman](https://github.com/mindplay-dk/middleman): minimalist PSR-7 middleware dispatcher.
106-
- [PHP-DI/Invoker](https://github.com/PHP-DI/Invoker): extensible and configurable invoker/dispatcher
107-
- [prooph components](http://getprooph.org/): CQRS + ES Infrastructure
108-
- [Prophiler](https://github.com/fabfuel/prophiler)
109-
- [Silly](https://github.com/mnapoli/silly): CLI micro-framework
110-
- [Slim v3](https://github.com/slimphp/Slim)
111-
- [Woohoo Labs. Harmony](https://github.com/woohoolabs/harmony): a flexible
112-
micro-framework
113-
- [zend-expressive](https://github.com/zendframework/zend-expressive)
99+
The list below contains only a sample of all the projects consuming `ContainerInterface`. For a more complete list have a look [here](http://packanalyst.com/class?q=Interop%5CContainer%5CContainerInterface).
100+
101+
| | Downloads |
102+
| --- | --- |
103+
| [Adroit](https://github.com/bitexpert/adroit) | ![](https://img.shields.io/packagist/dt/bitexpert/adroit.svg) |
104+
| [blast-facades](https://github.com/phpthinktank/blast-facades): Minimize complexity and represent dependencies as facades. | ![](https://img.shields.io/packagist/dt/blast/facades.svg) |
105+
| [interop.silex.di](https://github.com/thecodingmachine/interop.silex.di): an extension to [Silex](http://silex.sensiolabs.org/) that adds support for any *container-interop* compatible container | ![](https://img.shields.io/packagist/dt/mouf/interop.silex.di.svg) |
106+
| [mindplay/walkway](https://github.com/mindplay-dk/walkway): a modular request router | ![](https://img.shields.io/packagist/dt/mindplay/walkway.svg) |
107+
| [mindplay/middleman](https://github.com/mindplay-dk/middleman): minimalist PSR-7 middleware dispatcher | ![](https://img.shields.io/packagist/dt/mindplay/middleman.svg) |
108+
| [PHP-DI/Invoker](https://github.com/PHP-DI/Invoker): extensible and configurable invoker/dispatcher | ![](https://img.shields.io/packagist/dt/php-di/invoker.svg) |
109+
| [Prophiler](https://github.com/fabfuel/prophiler) | ![](https://img.shields.io/packagist/dt/fabfuel/prophiler.svg) |
110+
| [Silly](https://github.com/mnapoli/silly): CLI micro-framework | ![](https://img.shields.io/packagist/dt/mnapoli/silly.svg) |
111+
| [Slim v3](https://github.com/slimphp/Slim) | ![](https://img.shields.io/packagist/dt/slim/slim.svg) |
112+
| [Woohoo Labs. Harmony](https://github.com/woohoolabs/harmony): a flexible micro-framework | ![](https://img.shields.io/packagist/dt/woohoolabs/harmony.svg) |
113+
| [zend-expressive](https://github.com/zendframework/zend-expressive) | ![](https://img.shields.io/packagist/dt/zendframework/zend-expressive.svg) |
114114

115115

116116
## Workflow

0 commit comments

Comments
 (0)