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
{{ message }}
This repository was archived by the owner on May 13, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,12 @@ The FIG was pretty straightforward by NOT putting any construction logic into PS
25
25
26
26
This package provides interfaces for PSR-7 factories including:
27
27
28
-
-`MessageFactory` - WIP
29
-
-`ServerRequestFactory` - WIP
30
-
-`StreamFactory` - WIP
31
-
-`UploadedFileFactory` - WIP
32
-
-`UriFactory` - WIP
28
+
-`MessageFactory`
29
+
-`ServerRequestFactory` - WIP (PRs welcome)
30
+
-`StreamFactory`
31
+
-`UploadedFileFactory` - WIP (PRs welcome)
32
+
-`UriFactory`
33
+
-`ClientContextFactory` (Combines `MessageFactory`, `StreamFactory` and `UriFactory`)
33
34
34
35
35
36
A virtual package ([php-http/message-factory-implementation](https://packagist.org/providers/php-http/message-factory-implementation)) MAY be introduced which MUST be versioned together with this package.
0 commit comments