Skip to content

Commit

Permalink
Merge pull request #153 from xavierleune/patch-1
Browse files Browse the repository at this point in the history
Update readme to reflect guzzle 7 support
  • Loading branch information
Kevinrob authored Jan 4, 2022
2 parents 51434e0 + aa3b62d commit c699f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![Tests](https://github.com/Kevinrob/guzzle-cache-middleware/workflows/Tests/badge.svg) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Kevinrob/guzzle-cache-middleware/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Kevinrob/guzzle-cache-middleware/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/Kevinrob/guzzle-cache-middleware/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Kevinrob/guzzle-cache-middleware/?branch=master)


A HTTP Cache for [Guzzle](https://github.com/guzzle/guzzle) 6. It's a simple Middleware to be added in the HandlerStack.
A HTTP Cache for [Guzzle](https://github.com/guzzle/guzzle) 6+. It's a simple Middleware to be added in the HandlerStack.

## Goals
- RFC 7234 compliance
Expand All @@ -28,7 +28,7 @@ or add it the your `composer.json` and run `composer update kevinrob/guzzle-cach
Performance. It's very common to do some HTTP calls to an API for rendering a page and it takes times to do it.

# How?
With a simple Middleware added at the top of the `HandlerStack` of Guzzle6.
With a simple Middleware added at the top of the `HandlerStack` of Guzzle.

```php
use GuzzleHttp\Client;
Expand Down

0 comments on commit c699f46

Please sign in to comment.