balpom / caching-http-client
Wrapper for any PSR-18 HTTP clients with added caching.
v1.2.2
2024-05-28 15:47 UTC
Requires
- php: >=8.1
- balpom/http-cache-ttl: ^1.0
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^2.0
- psr/simple-cache: ^3.0
README
Wrapper for any PSR-18 HTTP clients with added caching.
This simple PHP class allows you to add caching to any PSR-18 HTTP clients.
Requirements
- PHP >=8.0.3
Installation
Using composer (recommended)
composer require balpom/caching-http-client
License
MIT License See LICENSE.MD