Libraries tagged by throttler
zeus-server/bandwidth-throttler
3 Downloads
This library can be used to limit (throttle) the speed of files served for download. It intercepts the PHP script output by setting a buffering handler that is called every time a given number of bytes are served to the browser. The library measures the time since the last time the PHP output buffer was flushed and hold on PHP for a while if the average download speed is above a given limit.
jdavidbakr/mail-throttler
10 Downloads
Service Provider to add the Swift ThrottlerPlugin to outgoing mail.
jalismrs/symfony.bundle.api-throttler
515 Downloads
Adds a service to throttle API calls
hedii/laravel-throttle-route
61876 Downloads
A Laravel package to throttle requests based on route name
zeus/throttle
131 Downloads
php throttler library package
volistx/lumen-rate-limiting
273 Downloads
Lumen port of Laravel ThrottleRequests middleware
davedevelopment/stiphle
6280987 Downloads
Simple rate limiting/throttling for php
graham-campbell/throttle
2048628 Downloads
Throttle Is A Rate Limiter For Laravel
bandwidth-throttle/token-bucket
1686282 Downloads
Implementation of the Token Bucket algorithm.
topthink/think-throttle
69505 Downloads
throttle middleware for thinkphp8
yansongda/supports
1207212 Downloads
common components
sunspikes/php-ratelimiter
624766 Downloads
A framework agnostic rate limiter for PHP
maba/gentle-force-bundle
471259 Downloads
Symfony bundle that integrates gentle-force library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis
maba/gentle-force
533880 Downloads
Library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis
clue/mq-react
461108 Downloads
Mini Queue, the lightweight in-memory message queue to concurrently do many (but not too many) things at once, built on top of ReactPHP