Libraries tagged by request limit
lingyihang/hyperf-throttle-requests
213 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
sgalinski/sg-apicore
5 Downloads
Modern, performance-driven TYPO3 API framework with attribute-based routing and endpoint metadata, multi-API/multi-version setup, tenant-aware request context, OpenAPI 3 generation with Swagger UI and CLI export, MCP/Model Context Protocol tool exposure over JSON-RPC and Streamable HTTP, token/user/backend authentication (opaque bearer + JWT + FE/BE contexts), scope enforcement, auto-CRUD resource registration via TCA/DataHandler, built-in response caching, rate limiting, structured request/response logging with redaction, backend dashboards for APIs/tokens/endpoints/rate-limits/logs, and optional legacy sg_rest compatibility.
simsoft/slim
175 Downloads
A fluent routing wrapper for Slim Framework 4 with simplified request/response helpers, middleware, error handling, API resources, and DataTable support
sideshow_bob/throttle
10412 Downloads
Ban identifier after certain amount of requests in a given timeframe.
hedii/laravel-throttle-route
61877 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
hmacauth/laravel-hmac-auth
0 Downloads
HMAC API authentication for Laravel with signature verification, replay attack prevention, and rate limiting
cellard/throttle
22 Downloads
Laravel Throttle Service may throttle any events, not only requests
cbeyersdorf/easybill
4 Downloads
The first version of the easybill REST API. [CHANGELOG](https://api.easybill.de/rest/v1/CHANGELOG.md) ## Authentication You can choose between two available methods: `Basic Auth` or `Bearer Token`. In each HTTP request, one of the following HTTP headers is required: ``` # Basic Auth Authorization: Basic base64_encode(':') # Bearer Token Authorization: Bearer ``` ## Limitations ### Request Limit * PLUS: 10 requests per minute * BUSINESS: 60 requests per minute If the limit is exceeded, you will receive the HTTP error: `429 Too Many Requests` ### Result Limit All result lists are limited to 100 by default. This limit can be increased by the query parameter `limit` to a maximum of 1000. ## Query filter Many list resources can be filtered. In `/documents` you can filter e.g. by number with `/documents?number=111028654`. If you want to filter multiple numbers, you can either enter them separated by commas `/documents?number=111028654,222006895` or as an array `/documents?number[]=111028654&number[]=222006895`. **Warning**: The maximum size of an HTTP request line in bytes is 4094. If this limit is exceeded, you will receive the HTTP error: `414 Request-URI Too Large` ### Escape commas in query You can escape commans in query `name=Patrick\, Peter` if you submit the header `X-Easybill-Escape: true` in your request. ## Property login_id This is the login of your admin or employee account. ## Date and Date-Time format Please use the timezone `Europe/Berlin`. * **date** = *Y-m-d* = `2016-12-31` * **date-time** = *Y-m-d H:i:s* = `2016-12-31 03:13:37` Date or datetime can be `null` because the attributes have been added later and the entry is older.
pricewatch/throttlestorage
0 Downloads
PriceWatch ThrottleStorage - phpredis storage for Stiphle library. Stiphle is a little library to try and provide an easy way of throttling/rate limit requests.
lwplugins/lw-firewall
6 Downloads
WooCommerce filter rate limiter — blocks bots crawling filter combinations and rate-limits requests per IP.