sammyjo20 / saloon-cache-plugin
Official plugin for caching Saloon responses
Installs: 67 263
Dependents: 3
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 3
Open Issues: 2
Requires
- php: ^8.1
- saloonphp/saloon: ^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.13
- league/flysystem: ^3.12.2
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.3
- psr/simple-cache: ^3.0
- spatie/ray: ^1.34.2
This package is auto-updated.
Last update: 2023-10-02 16:30:02 UTC
README
This is the official repository for the cache plugin. This plugin can automatically cache your Saloon requests to one of many storage adapters.
Installation
You can install the cache plugin through Composer.
composer require saloonphp/cache-plugin "^3.0"