Libraries tagged by limiting
temant/auth-manager
125 Downloads
Full-featured authentication & authorization library: session auth, JWT, TOTP 2FA, hierarchical RBAC, rate limiting, and more.
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
switon/throttle
0 Downloads
Redis-backed rate limiting for HTTP actions and direct service checks for Switon Framework
sugarcraft/candy-wish
340 Downloads
SSH server middleware framework — port of charmbracelet/wish. Build TUIs that anyone can `ssh user@host` to run, with composable middleware (auth, logging, rate-limiting, ext-ssh2 client wrappers, mount a SugarCraft Program).
stvnrlnd/laravel-mcp-guard
0 Downloads
A governance layer for Laravel MCP servers: scoped permissions, rate limiting, audit logging, and human approval for mutating tool calls.
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
8 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
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.
padosoft/laravel-rebel-channels
229 Downloads
Channel/provider abstraction (SMS/WhatsApp/voice) for Laravel Rebel: verification routing with fallback, cooldown, multi-dimensional rate limiting, and anti toll-fraud/IRSF defences. Part of padosoft/laravel-rebel-*.
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
8 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.