We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e213bab commit 9da5367Copy full SHA for 9da5367
.github/README.md
@@ -1,11 +1,13 @@
1
-## Saloon Cache Plugin
+## Official Caching Plugin For Saloon v3
2
+This is the official repository for the cache plugin. This plugin can automatically cache your Saloon
3
+requests to one of many storage adapters.
4
-Official Cache Plugin for Saloon v2, to install it - run the following command:
5
+### Installation
6
+You can install the cache plugin through Composer.
7
8
```php
-composer require saloonphp/cache-plugin
9
+composer require saloonphp/cache-plugin "^3.0"
10
```
->Requires Saloon v2 and PHP 8.1+
11
12
### Documentation
13
phpunit.xml.bak
0 commit comments