Class SimpleID\Util\RateLimiter

A rate limiter.

A rate limiter limits the number of requests from a particular source to a particular limit over a defined period. Once the limit is reached, the server refuses to process any more requests until the defined period is rolled over.

This rate limiter uses the FatFree Framework's cache to store rate limit information.

Methods
Properties