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
8 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
61874 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
5751677 Downloads
Simple rate limiting/throttling for php
graham-campbell/throttle
1982203 Downloads
Throttle Is A Rate Limiter For Laravel
bandwidth-throttle/token-bucket
1601089 Downloads
Implementation of the Token Bucket algorithm.
topthink/think-throttle
61754 Downloads
throttle middleware for thinkphp8
yansongda/supports
1072548 Downloads
common components
sunspikes/php-ratelimiter
611092 Downloads
A framework agnostic rate limiter for PHP
maba/gentle-force-bundle
446817 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
505053 Downloads
Library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis
clue/mq-react
422856 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