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
+30-20
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# chillerlan/php-httpinterface
2
2
3
-
A [PSR-7](https://www.php-fig.org/psr/psr-7/)/[PSR-17](https://www.php-fig.org/psr/psr-17/)/[PSR-18](https://www.php-fig.org/psr/psr-18/) implementation.
3
+
A [PSR-7](https://www.php-fig.org/psr/psr-7/)/[PSR-17](https://www.php-fig.org/psr/psr-17/)/[PSR-18](https://www.php-fig.org/psr/psr-18/)HTTP message/client implementation.
4
4
5
5
[![PHP Version Support][php-badge]][php]
6
6
[![version][packagist-badge]][packagist]
@@ -34,26 +34,34 @@ An API documentation created with [phpDocumentor](https://www.phpdoc.org/) can b
Note: replace `dev-main` with a [version constraint](https://getcomposer.org/doc/articles/versions.md#writing-version-constraints), e.g. `^5.0` - see [releases](https://github.com/chillerlan/php-httpinterface/releases) for valid versions.
56
-
In case you want to keep using `dev-main`, specify the hash of a commit to avoid running into unforseen issues like so: `dev-main#8ac7f056ef2d492b0c961da29472c27324218b83`
64
+
Note: replace `dev-main` with a [version constraint](https://getcomposer.org/doc/articles/versions.md#writing-version-constraints), e.g. `^6.0` - see [releases](https://github.com/chillerlan/php-httpinterface/releases) for valid versions.
57
65
58
66
Profit!
59
67
@@ -65,15 +73,17 @@ as the first parameter, followed by optional `HTTPOptions` and PSR-3 `LoggerInte
65
73
You can then send a request via the implemented PSR-18 method `ClientInterface::sendRequest()`,
66
74
using a PSR-7 `RequestInterface` and expect a PSR-7 `ResponseInterface`.
0 commit comments