bandwidth-throttle / token-bucket

Implementation of the Token Bucket algorithm in PHP.
Do What The F*ck You Want To Public License
504 stars 79 forks source link

Support for zendframework/zend-cache #24

Closed villermen closed 4 years ago

villermen commented 5 years ago

I've written a zend-cache storage type ZendStorage for a project where I have no direct access to our memcache(d) instance. This allows any storage medium that this package defines. Is this aggregate storage a thing you would like to see in your package? If so I can finish this PR up with some tests.