programster/throttle

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

Maintainers

Package info

github.com/programster/package-throttle

pkg:composer/programster/throttle

Statistics

Installs: 30

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.0 2024-06-25 12:16 UTC

This package is not auto-updated.

Last update: 2026-03-04 18:37:51 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.