philipannis / laravel-http-remember
Add remember() to Laravel's HTTP client. Cache responses for a set time, or use stale-while-revalidate when speed matters more than the latest data.
Package info
github.com/philipannis/laravel-http-remember
pkg:composer/philipannis/laravel-http-remember
v1-alpha
2026-08-29 16:07 UTC
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.8
- guzzlehttp/promises: ^2.0.3
- guzzlehttp/psr7: ^2.6
- illuminate/cache: ^12.0 || ^13.0
- illuminate/contracts: ^12.0 || ^13.0
- illuminate/http: ^12.0 || ^13.0
- illuminate/support: ^12.0 || ^13.0
- psr/http-message: ^1.1 || ^2.0
Requires (Dev)
- laravel/pint: ^1.0
- orchestra/testbench: ^10.0 || ^11.0