freshcells / guzzle-cache-middleware
A Cache middleware for GuzzleHttp >= 6.0
2.0.0
2022-08-18 13:16 UTC
Requires
- php: >=7.4 || ^8.0
- guzzlehttp/guzzle: ^6.1 || ^7.0
- symfony/filesystem: ^4.0 || ^5.0
Requires (Dev)
- doctrine/cache: ^1.1
- phpunit/phpunit: ^8
- psr/cache: ^1.0
- squizlabs/php_codesniffer: ^3.6
- symfony/phpunit-bridge: ^4.0|^5.0
Suggests
- doctrine/cache: Allows caching of responses
- namshi/cuzzle: Output command to repeat request in command line
- psr/cache: Allows caching of responses
- tolerance/tolerance: Allows retrying failed requests
This package is auto-updated.
Last update: 2024-10-29 06:13:19 UTC
README
This is a takeover drop-in fork of https://github.com/csarrazi/guzzle-cache-middleware which seems to be abandoned.
We left the namespace as Csa
to assure drop-in replacement.
Installation
composer req freshcells/guzzle-cache-middleware
Documentation
Contributing
The Guzzle Cache Middleware is an open source project. If you'd like to contribute, please read the Contributing Guidelines.
License
This library is under Apache License 2.0.