Libraries tagged by limits
mabe/ratelimit-bundle
33 Downloads
This symfony bundle provides functionality to limit requests based on rate limits using Redis.
liquidbcn/craftcms-language-redirect
651 Downloads
Simple language redirector based on browser preferences
kode/limiting
33 Downloads
PHP 8.3+ 限流器,支持令牌桶、漏桶、滑动窗口、滑动窗口计数器、固定窗口计数器与多规则组合限流,内置内存/APCu/Redis/Memcached/PDO 存储与分布式并发控制
junaidkhan/php-string-helper
25 Downloads
A PHP helper library offering utilities like truncate, slugify, casing conversions, and more.
jeffersongoncalves/laravel-github-client
59 Downloads
A lightweight GitHub REST API client for Laravel with tri-state repository status detection and built-in rate-limit handling.
eddiejibson/limitrr-php
314 Downloads
Better PHP rate limiting using redis.
ctsoftwarellc/laravel-mail-throttle
575 Downloads
Distributed rate limiting for Laravel mail across multiple queue workers
bayfrontmedia/leaky-bucket
815 Downloads
Framework-agnostic throttling using the leaky bucket algorithm.
apkk/laravel-security-guard
9 Downloads
Reusable intrusion defence package for Laravel: known attack path detection, permanent IP blocking, public rate limiting, admin IP allowlists, one-time submission tokens and hardened security notifications.
andrewdyer/predis-request-limiter
570 Downloads
A framework-agnostic library for managing and enforcing request rate limits, backed by Redis via Predis
zenstruck/governator
1 Downloads
A generic fixed window rate limiting throttle with an intuitive and fluent API that supports multiple backends.
zymeli/yii2-activerecord-scope
24 Downloads
Scopes are used to execute query limits.
zippendo/zippendo-php
5 Downloads
Public API documentation for Zippendo. Authenticate using your API token (Bearer token prefixed with zipp_). **Brands (sub-accounts).** An organization can be split into brands, each keeping its own orders, shipments and configuration separate. There are two ways to scope requests to one brand, and NEITHER changes any request body: 1. **Bind the token.** Create an API token with a `brandId` and every request it makes is confined to that brand — reads filtered, writes stamped. This is the recommended way to give a single brand's team its own credential. 2. **Send the `X-Zippendo-Brand` header.** An organization-wide token can scope an individual request by sending the brand's id or slug in this header. Most SDKs let you set it once on the client so every call inherits it. A brand-bound token that receives an `X-Zippendo-Brand` header naming a different brand is rejected with `403 BRAND_ACCESS_DENIED` — the binding is never widened. Omit both and requests cover the whole organization, which is the behaviour of every existing token. Records that belong to no brand carry `brandId: null`. Configuration (carriers, shipping rules, addresses) with a null brand is organization-wide and remains visible inside every brand; orders and shipments with a null brand are only visible organization-wide. Brands themselves are managed under the **Brands** tag. Retiring a brand is done with `POST /orgs/{orgId}/brands/{brandId}/archive` — permanent deletion is a dashboard-only action, since it is refused while any order, shipment, member or token still references the brand. Brands require a plan that includes them; creating one beyond your plan's limit returns `403`.
wecodemore/termlimit
19 Downloads
WordPress plugin to limit the amount of (custom) taxonomy taxons on a per post type basis.
voskobovich/yii2-collection-provider
61 Downloads
Implement data provider without pagination. Movement through the collection using limit and offset. For Yii2