balpom/caching-http-client

Wrapper for any PSR-18 HTTP clients with added caching.

V1.2.0 2024-05-11 13:53 UTC

This package is auto-updated.

Last update: 2024-05-11 13:55:18 UTC


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