Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Guzzle Cache Middleware Laravel Package

kevinrob/guzzle-cache-middleware

RFC 7234-compliant HTTP cache middleware for Guzzle 6+. Add to a HandlerStack to transparently cache responses and speed up API calls. Supports PSR-7 and multiple backends: Laravel Cache, Flysystem, PSR-6/16, and WordPress object cache.

View on GitHub
Deep Wiki
Context7
v8.0.0-RC1

What's Changed

Full Changelog: https://github.com/Kevinrob/guzzle-cache-middleware/compare/7.0.0...v8.0.0-RC1

7.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/Kevinrob/guzzle-cache-middleware/compare/6.0.0...7.0.0

v5.1.0
  • always return stale on rejection (#169)
v5.0.0
  • (feat): Upgrade to Flysystem v2 (#183)
v4.1.2
  • fix: restore cache entry unserialization compatibility #181
v4.1.1
  • use __serialize instead of __sleep on CacheEntry #163
v4.1.0

The inspect_all function has been changed to Utils::inspectAll #178

v4.0.2
  • Update composer allow-plugins directive #168
  • Set empty string as default value #161
v4.0.1
  • #159 Rewind body stream
v4.0.0
  • Drop support of PHP <7.2.0 #154
  • Fix igbinar_serialize error #156
  • Invalide cache when HTTP unsafe methods are used #157
v3.5.0
  • Allow guzzlehttp/psr7 to use version ^2.0.0 #151
v3.4.0
  • Catch and ignore file not found errors. #130
  • Allow guzzle 7 #129
  • The Guzzle 7 is complaining about the stream_for method. #143
v3.3.1
  • Also put entries into the cache that allow stale-while-revalidate #125 @mpdude
v3.3.0
  • Fix Laravel cache duration changes #116 (PR #123)
v3.2.1
  • Fix #102 with #103 add TTL to PSR16 storage implementation @sergiuPHP
v3.2.0

Add dynamic TTL for GreedyCacheStrategy (#98 et #100)

Example:

$request = (new Request('GET', 'http://test.com/'))
            ->withHeader(GreedyCacheStrategy::HEADER_TTL, 120);
$this->client->send($request);
v3.1.0
v3.0.0

New major version 3.0.0

  • Adding delete method for removing request from cache #96
v2.1.1
  • Fix calls to static method addToCache to allow subclasses to override it #89 @deains
v2.1
v2.0.2
v2.0.1
  • #78 Depend on contract instead of the implementation. @atehnix
v2.0
v1.5.2
  • Fix Laravel cache #74 @adduc
v1.5.1
  • #73 Prevent meta-headers from being included in cache @deains
v1.5
  • #70 Add compressed doctrine storage stratrgy @viscat
v1.4.3
  • #67
v1.4.2
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport