Libraries tagged by limp
cheprasov/php-redis-lock
343921 Downloads
RedisLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclusion concurrency control policy.
zendframework/zend-memory
5413969 Downloads
Manage data in an environment with limited memory
yiisoft/rate-limiter
24215 Downloads
Yii Rate Limiter Middleware
staudenmeir/eloquent-param-limit-fix
99315 Downloads
Laravel Eloquent eager loading fix for parameter limits of SQLite and SQL Server
rtheunissen/guzzle-rate-limiter
154838 Downloads
Guzzle 6 middleware used to delay requests dynamically
palepurple/rate-limit
399853 Downloads
PHP rate limiting library with Token Bucket Algorithm, originally touhonoob/rate-limit
lampager/lampager-laravel
30158 Downloads
Rapid pagination for Laravel
jamesmills/laravel-notification-rate-limit
17528 Downloads
Rate limiter to avoid flooding users with duplicate notifications.
indragunawan/api-rate-limit-bundle
90228 Downloads
Rate limits protection for api-platform resources.
paysera/lib-pagination
124969 Downloads
Paginates Doctrine QueryBuilder using cursor based or offset based pagination
muffin/throttle
193373 Downloads
(API) Rate limiting requests in CakePHP
maba/gentle-force-bundle
416330 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
467670 Downloads
Library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis
jeroenvisser101/leakybucket
107361 Downloads
An implementation of the Leaky Bucket algorithm.
hyperf/token-bucket
983321 Downloads
Implementation of the Token Bucket algorithm.