pricewatch / throttlestorage
PriceWatch ThrottleStorage - phpredis storage for Stiphle library. Stiphle is a little library to try and provide an easy way of throttling/rate limit requests.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/pricewatch/throttlestorage
Requires
This package is auto-updated.
Last update: 2025-09-19 15:21:36 UTC
README
This is a phpredis storage for Stiphle library.
Installation via composer
> composer require pricewatch/throttlestorage
Usage
$throttle = new \Stiphle\Throttle\LeakyBucket(); $storage = new \PriceWatch\ThrottleStorage\Redis(new Redis()); $throttle->setStorage($storage);
License
The MIT License (MIT). Please see License File for more information.