Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu authored Jan 6, 2024
1 parent 9d1a45e commit d1c6c9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

**Guzzle 6 HTTP Adapter.**

**Note for PHP 8**: This adapter can now be installed with PHP 8, even though Guzzle 6 is not tested on PHP 8.
If you need a PSR-18 client, use Guzzle 7 which natively implements PSR-18.
If you need the HTTPlug interfaces for asynchronous calls or for a system that still requires HTTPlug, use the [guzzle7-adapter](https://github.com/php-http/guzzle7-adapter/) instead of this repository.
Guzzle 6 is not maintained anymore. We recommend to upgrade to Guzzle version 7 which implements PSR-18 natively and does not need an adapter.

If you need the `HttpAsyncClient`, use [guzzle7-adapter](https://github.com/php-http/guzzle7-adapter/) with Guzzle 7 instead of this repository.

## Install

Expand Down

0 comments on commit d1c6c9c

Please sign in to comment.