Libraries tagged by delimiting
tei187/intensification-gradient
7 Downloads
IntensificationGradient is a PHP class used to generate a decimal-step-based RGBa gradient data arrays, based on defined stops. Especially usefull with intensification displays (like ticks per hour, visits per day, etc.) or compositions based on gradient range of limiting colors (brand guides, etc.).
tal7aouy/api-rate-limiter
6 Downloads
API Rate Limiting Library for PHP
spiral-packages/rate-limiter
35 Downloads
A simple to use rate limiting abstraction which, in conjunction with your application's cache, provides an easy way to limit any action during a specified window of time.
sndsgd/rate
363 Downloads
Rate limiting for PHP
segun/superban
2 Downloads
The package provides a middleware for rate limiting and banning suspicious users
rootscratch/ratelimit
7 Downloads
Rootscratch Ratelimit PHP is a lightweight session-based rate-limiting solution for PHP applications. It helps protect your web app from excessive requests by implementing request throttling without the need for external databases like Redis.
rapidsquirrel/laravel-rate-limiter
0 Downloads
A robust and customizable rate-limiting middleware for laravel
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
nhphero/throttle
735 Downloads
A Simple PHP package for throttling and rate limiting
ngfw/webparser
7 Downloads
WebParser is a PHP library that allows developers to parse and query webpages using an ORM-like syntax. It facilitates the extraction of HTML elements by chaining operations such as filtering by ID or class, ordering results, and limiting output. WebParser offers a flexible interface for exploring and extracting data from the web, making it ideal for web scraping and data analysis tasks.
midnite81/guardian
2 Downloads
Guardian is a PHP package that provides a way to wrap HTTP requests so they don't exceed Rate Limiting rules and controls Error Handling
liquidbcn/craftcms-rate-limit
556 Downloads
Rate limiting abstraction which, in conjunction with your application's cache, provides an easy way to limit requests during a specified window of time.
lewestopher/ratelimiter
9 Downloads
A sweet, simple PHP class for rate limiting API requests.
kwazaro/yii2-httpclient-requests-limit
54 Downloads
This is the behavior for Yii2 Http Client, which provides rate limiting for requests per second or per minute. It is useful for connecting web services with rate limiting.
jdimitrov/php-ratelimit
70 Downloads
PHP rate limiting library with Leaky Bucket Algorithm