Libraries tagged by limiting
icings/partitionable
8021 Downloads
Partitionable associations for the CakePHP ORM, allowing for basic limiting per group.
friendsofhyperf/rate-limit
726 Downloads
Rate limiting component for Hyperf with support for multiple algorithms (Fixed Window, Sliding Window, Token Bucket, Leaky Bucket).
code-wheel/mcp-http-security
5635 Downloads
Secure HTTP transport wrapper for MCP servers with API key auth, IP/Origin allowlisting, and rate limiting
b13/rate-limiting
70 Downloads
Rate Limiting for TYPO3 pages - Frontend request rate limiting middleware
webparking/laravel-sentry-throttling
70 Downloads
Throttle exceptions before they are sent to Sentry, tagging survivors with their occurrence count.
securepoint/token-bucket
17542 Downloads
Implementation of the Token Bucket algorithm.
onelap/laravel-resilience-middleware
361 Downloads
Laravel弹性中间件包 - 提供限流、熔断器、服务降级等微服务保护功能
monkeyscloud/monkeyslegion-queue
2209 Downloads
A modular queue system featuring multiple storage drivers, scalable workers, job batching, chaining, rate limiting, events, and an intuitive CLI for managing jobs.
laikait/laika-shield
1281 Downloads
A powerful firewall middleware package for the Laika PHP Framework — IP filtering, rate limiting, SQL injection & XSS detection, and request filtering.
harungecit/php-email-validator
209 Downloads
A comprehensive PHP email validation library to check format, detect disposable emails, validate MX records, role-based detection, typo suggestions, and support batch validation with configurable cache and rate limiting.
hamburgscleanest/laravel-guzzle-throttle
14250 Downloads
A Laravel wrapper for https://github.com/hamburgscleanest/guzzle-advanced-throttle.
hamburgscleanest/guzzle-advanced-throttle
33448 Downloads
A Guzzle middleware that can throttle requests according to (multiple) defined rules. It is also possible to define a caching strategy, e.g. get response from cache when rate limit is exceeded or always get cached value to spare your rate limits.
four-bytes/four-http-client
424 Downloads
Modern PHP 8.4+ HTTP client factory and middleware library for API integrations
codemonster-ru/security
202 Downloads
Security components for Annabel ecosystem: CSRF protection and rate limiting.
code-distortion/backoff
254 Downloads
A PHP retry library implementing backoff strategies and jitter