Skip to content

Commit 2ae37d6

Browse files
committed
Update README.md
1 parent ac75af1 commit 2ae37d6

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,22 @@ Successful discovery requires the presence of a compatible implementation in the
2424

2525
## Implementations
2626

27-
The discovery of available implementations is based on a list of well-known libraries that provide the `psr/http-factory-implementation` interface. These include:
28-
29-
- ...
27+
The discovery of available implementations is based on [a list of well-known libraries](https://packagist.org/providers/psr/http-factory-implementation) that support the `psr/http-factory-implementation` interface. These include:
28+
29+
- [guzzlehttp/psr7](https://github.com/guzzle/psr7) ^2.0
30+
- [nyholm/psr7](https://github.com/Nyholm/psr7) ^0.2.2 | ^1.0
31+
- [http-interop/http-factory-guzzle](https://github.com/http-interop/http-factory-guzzle) ^0.2 | ^1.0
32+
- [zendframework/zend-diactoros](https://github.com/zendframework/zend-diactoros) ^2.0
33+
- [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros) ^2.0
34+
- [slim/psr7](https://github.com/slimphp/Slim-Psr7) ^1.0
35+
- [typo3/core](https://github.com/TYPO3-CMS/core) ^10.1 | ^11.0 | ^12.0
36+
- [nimbly/capsule](https://github.com/nimbly/Capsule) ^2.0
37+
- [tuupola/http-factory](https://github.com/tuupola/http-factory) ^1.0.2
38+
- [httpsoft/http-message](https://github.com/httpsoft/http-message) ^1.0.4
39+
40+
The following mock implementations are also available:
41+
42+
- [psr-mock/http-factory-implementation](https://github.com/psr-mock/http-factory-implementation) ^1.0
3043

3144
If [a particular implementation](https://packagist.org/providers/psr/http-factory-implementation) is missing that you'd like to see, please open a pull request adding support.
3245

0 commit comments

Comments
 (0)