programster/throttle

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

Installs: 29

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/programster/throttle

1.0.0 2024-06-25 12:16 UTC

This package is not auto-updated.

Last update: 2025-10-01 16:42:41 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.