0xbliv / call-throttle
Distributed call rate limiter for PHP: pace API calls or function calls to N per period across processes and queue workers via Redis, file, or database.
v0.0.2
2026-07-16 19:01 UTC
Requires
- php: >=8.2
Requires (Dev)
- illuminate/support: ^10.0 || ^11.0 || ^12.0 || ^13.0
- larastan/larastan: ^3.0
- phpstan/phpstan-phpunit: ^2.0
- phpunit/phpunit: ^11.0
- predis/predis: ^2.0
Suggests
- ext-pdo: To use the database store
- ext-redis: To use the Redis store with the phpredis extension
- illuminate/support: To use the optional Laravel bridge (service provider, config, facade, migration): Laravel 10, 11, 12 or 13
- predis/predis: To use the Redis store with the Predis client
Conflicts
- illuminate/support: <10.0
This package is auto-updated.
Last update: 2026-07-16 19:02:03 UTC