Libraries tagged by lsim
cheprasov/php-redis-lock
376729 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
5588811 Downloads
Manage data in an environment with limited memory
yiisoft/rate-limiter
33240 Downloads
Yii Rate Limiter Middleware
staudenmeir/eloquent-param-limit-fix
120933 Downloads
Laravel Eloquent eager loading fix for parameter limits of SQLite and SQL Server
rtheunissen/guzzle-rate-limiter
160859 Downloads
Guzzle 6 middleware used to delay requests dynamically
palepurple/rate-limit
449860 Downloads
PHP rate limiting library with Token Bucket Algorithm, originally touhonoob/rate-limit
jamesmills/laravel-notification-rate-limit
25392 Downloads
Rate limiter to avoid flooding users with duplicate notifications.
indragunawan/api-rate-limit-bundle
100502 Downloads
Rate limits protection for api-platform resources.
neomerx/limoncello
83858 Downloads
Framework integration for neomerx/json-api (JSON API, jsonapi.org)
paysera/lib-pagination
146226 Downloads
Paginates Doctrine QueryBuilder using cursor based or offset based pagination
muffin/throttle
219060 Downloads
(API) Rate limiting requests in CakePHP
lampager/lampager-laravel
34072 Downloads
Rapid pagination for Laravel
lampager/lampager
70242 Downloads
Rapid pagination without using OFFSET
hyperf/token-bucket
1302922 Downloads
Implementation of the Token Bucket algorithm.
fustundag/tokenbucket
518691 Downloads
PHP TokenBucket implementation for rate limit