Skip to content

Commit e221c89

Browse files
authored
Replace the list by a table
1 parent fb32c1e commit e221c89

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

README.md

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

9595
### Projects using `ContainerInterface`
9696

97-
- ![](https://img.shields.io/packagist/dt/bitexpert/adroit.svg) [Adroit](https://github.com/bitexpert/adroit)
98-
- ![](https://img.shields.io/packagist/dt/blast/facades.svg) [blast-facades](https://github.com/phpthinktank/blast-facades): Minimize complexity and represent dependencies as facades.
99-
- ![](https://img.shields.io/packagist/dt/mouf/interop.silex.di.svg) [interop.silex.di](https://github.com/thecodingmachine/interop.silex.di): an
100-
extension to [Silex](http://silex.sensiolabs.org/) that adds support for any
101-
*container-interop* compatible container
102-
- ![](https://img.shields.io/packagist/dt/mindplay/walkway.svg) [mindplay/walkway](https://github.com/mindplay-dk/walkway): a modular request router.
103-
- ![](https://img.shields.io/packagist/dt/mindplay/middleman.svg) [mindplay/middleman](https://github.com/mindplay-dk/middleman): minimalist PSR-7 middleware dispatcher.
104-
- ![](https://img.shields.io/packagist/dt/php-di/invoker.svg) [PHP-DI/Invoker](https://github.com/PHP-DI/Invoker): extensible and configurable invoker/dispatcher
105-
- ![](https://img.shields.io/packagist/dt/prooph/processing.svg) [prooph components](http://getprooph.org/): CQRS + ES Infrastructure
106-
- ![](https://img.shields.io/packagist/dt/fabfuel/prophiler.svg) [Prophiler](https://github.com/fabfuel/prophiler)
107-
- ![](https://img.shields.io/packagist/dt/mnapoli/silly.svg) [Silly](https://github.com/mnapoli/silly): CLI micro-framework
108-
- ![](https://img.shields.io/packagist/dt/slim/slim.svg) [Slim v3](https://github.com/slimphp/Slim)
109-
- ![](https://img.shields.io/packagist/dt/woohoolabs/harmony.svg) [Woohoo Labs. Harmony](https://github.com/woohoolabs/harmony): a flexible
110-
micro-framework
111-
- ![](https://img.shields.io/packagist/dt/zendframework/zend-expressive.svg) [zend-expressive](https://github.com/zendframework/zend-expressive)
97+
| | Downloads |
98+
| --- | --- |
99+
| [Adroit](https://github.com/bitexpert/adroit) | ![](https://img.shields.io/packagist/dt/bitexpert/adroit.svg) |
100+
| [blast-facades](https://github.com/phpthinktank/blast-facades): Minimize complexity and represent dependencies as facades. | ![](https://img.shields.io/packagist/dt/blast/facades.svg) |
101+
| [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) |
102+
| [mindplay/walkway](https://github.com/mindplay-dk/walkway): a modular request router | ![](https://img.shields.io/packagist/dt/mindplay/walkway.svg) |
103+
| [mindplay/middleman](https://github.com/mindplay-dk/middleman): minimalist PSR-7 middleware dispatcher | ![](https://img.shields.io/packagist/dt/mindplay/middleman.svg) |
104+
| [PHP-DI/Invoker](https://github.com/PHP-DI/Invoker): extensible and configurable invoker/dispatcher | ![](https://img.shields.io/packagist/dt/php-di/invoker.svg) |
105+
| [prooph components](http://getprooph.org/): CQRS + ES Infrastructure | ![](https://img.shields.io/packagist/dt/prooph/processing.svg) |
106+
| [Prophiler](https://github.com/fabfuel/prophiler) | ![](https://img.shields.io/packagist/dt/fabfuel/prophiler.svg) |
107+
| [Silly](https://github.com/mnapoli/silly): CLI micro-framework | ![](https://img.shields.io/packagist/dt/mnapoli/silly.svg) |
108+
| [Slim v3](https://github.com/slimphp/Slim) | ![](https://img.shields.io/packagist/dt/slim/slim.svg) |
109+
| [Woohoo Labs. Harmony](https://github.com/woohoolabs/harmony): a flexible micro-framework | ![](https://img.shields.io/packagist/dt/woohoolabs/harmony.svg) |
110+
| [zend-expressive](https://github.com/zendframework/zend-expressive) | ![](https://img.shields.io/packagist/dt/zendframework/zend-expressive.svg) |
112111

113112

114113
## Workflow

0 commit comments

Comments
 (0)