programster/throttle

A package for implementing rate-limiting/throttling PSR-15 middleware.

1.0.0 2024-06-25 12:16 UTC

This package is not auto-updated.

Last update: 2024-09-04 11:24:40 UTC


README

This package helps you implement rate limiting through PSR-15 middleware. It makes use of interfaces wherever possible to keep it flexible for allowing the implementor to make use of their choice of persistence layer, such as MySQL, PostgreSQL, Redis, etc.