Libraries tagged by request limit
jonathanstaniforth/laravel-with-limits
9 Downloads
Laravel with limits is a Laravel package that handles API rate limits, down to the method level. The package will read rate limit headers and keep track of requests to prevent exceeding rate limits. GuzzleHttp is used to send requests and receive responses.
oussema-khlifi/api-rate-limiter
0 Downloads
API RATE LIMITER is a package that provides a middelware for laravel applications to enforce rate limiting on incoming API requests using the Token Bucket Algorithm, it helps to prevent abuse of API resources and ensures fair access to the API for all users
avtonom/limit-number-calls-bundle
142 Downloads
Defender for Symfony 2, of the large number of requests. It protects against multiple processing one value. Guard, aims to protect against brute force and dictionary attacks.
syeedalireza/api-rate-limiter-bundle
0 Downloads
Enterprise-grade API rate limiting for Symfony. Supports multiple algorithms (Token Bucket, Sliding Window, Fixed Window), distributed limiting with Redis, and comprehensive analytics. Perfect for production APIs requiring precise request throttling.
lingyihang/hyperf-throttle-requests
217 Downloads
A rate limiter implemented for Hyperf framework.
pratik-dabhi/laravel-firewall
5 Downloads
A powerful and extensible firewall package for Laravel 10+ supporting IP blocking, CIDR rules, rate limiting, request logging, and country blocking.
eforce/throttle
5 Downloads
(API) Rate limiting requests in CakePHP
angwa/superban
7 Downloads
This package helps to limit requests and ban suspicious users for a period of time
allyson/laravel-http-service
82 Downloads
Laravel HTTP Service with request logging and rate limiting control
oihana/php-middleware
30 Downloads
Composable PHP middleware helpers — security headers (HSTS, CSP, X-Frame-Options, Referrer-Policy, X-Content-Type-Options), CORS with preflight, CSRF, request-id, maintenance mode, rate limiting. PSR-7 compatible, zero magic strings.
yu-dev/module-firewall
3 Downloads
Magento 2 firewall: IP-based visitor tracking, request logging, wildcard IP-range blocking, and exact-IP blocking across storefront, admin, REST, SOAP and GraphQL, with an extensible checker chain for future country, User-Agent, and rate-limit rules.
hedii/laravel-throttle-route
61879 Downloads
A Laravel package to throttle requests based on route name
ckailash/twitter-app-only-auth
49 Downloads
Twitter Application Only Auth API for Laravel, which is documented here: https://dev.twitter.com/oauth/application-only. With Application-only authentication you don’t have the context of an authenticated user and this means that any request to API for endpoints that require user context, such as posting tweets, will not work. However, it comes with a higher API rate limit
jalismrs/gentle-force
123 Downloads
Library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis
one4vision/t3lockdown
1 Downloads
Protects TYPO3 against SQL injection, XSS, malicious headers, abusive requests, and repeated attacks with logging, alerts, rate limiting, temporary IP blocking, and backend analysis tools.