Libraries tagged by API rate limit
connectify/increase-webapi-rate-limit
11 Downloads
Increases the Magento 2 API Rate limit to 1000
jonathanstaniforth/laravel-with-limits
7 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.
tal7aouy/api-rate-limiter
5 Downloads
API Rate Limiting Library for PHP
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
osid/laravel-api-rate-limiter
5 Downloads
A robust API rate limiter and throttling package for Laravel.
generalfocus/limitshield
6 Downloads
LimitShield is a middleware package designed to manage and enforce API rate limiting efficiently.
yiguangshen/apiratelimit
1 Downloads
apiratelimit use grpc for PHP
bigchicchicken/api-platform-rate-limiter-bundle
13 Downloads
Bundle to controls how frequently certain APIs are allowed to be called for ApiPlatform
lewestopher/ratelimiter
9 Downloads
A sweet, simple PHP class for rate limiting API requests.
fathkoc/rate-limiter-library
0 Downloads
A simple PHP library for rate limiting API requests.
alialican/hubspot-rate-limiter
1 Downloads
This package wraps default hubspot/api-client package with a rate limiter, so that you dont breach API limits
apige/graphql-mysql-api
7 Downloads
A package to create a GraphQL API with MySQL, JWT Authentication, and Rate Limiting
trukes/php-rate-limiter
1 Downloads
A lightweight, flexible rate-limiting library for PHP. Manage access limits by user, IP, or custom keys with support for sliding and fixed windows. Compatible with Redis, MySQL, and file-based storage. Ideal for controlling API usage and preventing abuse.
instasent/ratelimit-bundle
522 Downloads
This bundle provides functionality to limit calls to actions based on rate limits
dxdo/rate-limit
14 Downloads
Standalone component that facilitates rate-limiting functionality. Also provides a middleware designed for API and/or other application endpoints.