You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,22 @@ Successful discovery requires the presence of a compatible implementation in the
24
24
25
25
## Implementations
26
26
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:
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.
0 commit comments