balpom / caching-http-client
Wrapper for any PSR-18 HTTP clients with added caching.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/balpom/caching-http-client
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