Libraries tagged by delimiting
tinywan/limit-traffic
2021 Downloads
limiting and controlling traffic for webman plugin
padosoft/laravel-rebel-email-otp
513 Downloads
Enterprise passwordless email-OTP login for Laravel Rebel: anti-enumeration, multi-dimensional rate-limiting, multi-tenant/purpose/risk, Sanctum token issuance. Part of padosoft/laravel-rebel-*.
oliverthiele/ot-alerts
68 Downloads
OT Alerts - Alert management for TYPO3 extensions — Pushover notifications with rate limiting
kyzegs/guzzle-rate-limit-middleware
1193 Downloads
A configurable Guzzle middleware for rate limiting HTTP requests based on response headers
knetesin/json-rpc-server
362 Downloads
Modern JSON-RPC 2.0 server bundle for Symfony with DTOs, validation, streaming, MCP, caching, rate limiting, and built-in observability.
kelunik/rate-limit
351 Downloads
Rate Limiting for Amp.
iwf-web/json-request-check-bundle
2037 Downloads
Symfony bundle to protect against HashDos attacks by limiting JSON request size
invoicetronic/php-sdk
161 Downloads
The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] ## Before you start For the full integration guide, tutorials, SDKs and quickstarts, see the **[Documentation](https://invoicetronic.com/en/docs/)**. A few cross-cutting topics worth knowing before integrating: - **[Prerequisites](https://invoicetronic.com/en/docs/prerequisites/)** — what you need to start in Sandbox and what's required to move to production. - **[API Keys](https://invoicetronic.com/en/docs/apikeys/)** — how `ik_live_` and `ik_test_` keys select the environment. - **[Sandbox](https://invoicetronic.com/en/docs/sandbox/)** — free test environment that mirrors the live workflow, with no credits consumed. - **[Rate Limiting](https://invoicetronic.com/en/docs/ratelimiting/)** — per-second, per-minute and per-day limits; how to handle `429 Too Many Requests`. - **[Pagination](https://invoicetronic.com/en/docs/pagination/)** — `page` and `page_size` parameters and the `Invoicetronic-Total-Count` response header. - **[CORS](https://invoicetronic.com/en/docs/cors/)** — calling the API from the browser; allowed origins are configured per key. - **[Webhooks](https://invoicetronic.com/en/docs/webhooks/)** — real-time event notifications with HMAC-SHA256 signature validation. - **[Localization](https://invoicetronic.com/en/docs/accept-language/)** — use the `Accept-Language` header to receive error messages in Italian, English or German. [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
douglasthwaites/deputy
4294 Downloads
Helps Saloon Caching and Rate Limiting play nice.
dcabrejas/magento-rate-limit
8097 Downloads
Rate Limiting Library With Token Bucket Algorithm with Magento Adapter
ctsoftwarellc/laravel-mail-throttle
638 Downloads
Distributed rate limiting for Laravel mail across multiple queue workers
creativecrafts/laravel-api-response
1518 Downloads
Laravel API Response is a powerful and flexible package that provides a standardized way to structure API responses in Laravel applications. It offers a range of features to enhance your API development experience, including consistent response formatting, conditional responses, pagination support, rate limiting, and more.
codeages/rate-limiter
10512 Downloads
Rate Limiting Library With Token Bucket Algorithm
beyondcode/laravel-sliding-window-limiter
427 Downloads
Sliding window rate limiting for Laravel and Redis
beyondcode/laravel-fixed-window-limiter
690 Downloads
Fixed window rate limiting for Laravel and Redis