Libraries tagged by limits

mabe/ratelimit-bundle

5 Favers
33 Downloads

This symfony bundle provides functionality to limit requests based on rate limits using Redis.

Go to Download


liquidbcn/craftcms-language-redirect

0 Favers
651 Downloads

Simple language redirector based on browser preferences

Go to Download


kode/limiting

0 Favers
33 Downloads

PHP 8.3+ 限流器,支持令牌桶、漏桶、滑动窗口、滑动窗口计数器、固定窗口计数器与多规则组合限流,内置内存/APCu/Redis/Memcached/PDO 存储与分布式并发控制

Go to Download


junaidkhan/php-string-helper

7 Favers
25 Downloads

A PHP helper library offering utilities like truncate, slugify, casing conversions, and more.

Go to Download


jeffersongoncalves/laravel-github-client

1 Favers
59 Downloads

A lightweight GitHub REST API client for Laravel with tri-state repository status detection and built-in rate-limit handling.

Go to Download


eddiejibson/limitrr-php

21 Favers
314 Downloads

Better PHP rate limiting using redis.

Go to Download


ctsoftwarellc/laravel-mail-throttle

2 Favers
575 Downloads

Distributed rate limiting for Laravel mail across multiple queue workers

Go to Download


bayfrontmedia/leaky-bucket

0 Favers
815 Downloads

Framework-agnostic throttling using the leaky bucket algorithm.

Go to Download


apkk/laravel-security-guard

0 Favers
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.

Go to Download


andrewdyer/predis-request-limiter

1 Favers
570 Downloads

A framework-agnostic library for managing and enforcing request rate limits, backed by Redis via Predis

Go to Download


zenstruck/governator

6 Favers
1 Downloads

A generic fixed window rate limiting throttle with an intuitive and fluent API that supports multiple backends.

Go to Download


zymeli/yii2-activerecord-scope

0 Favers
24 Downloads

Scopes are used to execute query limits.

Go to Download


zippendo/zippendo-php

0 Favers
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`.

Go to Download


wecodemore/termlimit

5 Favers
19 Downloads

WordPress plugin to limit the amount of (custom) taxonomy taxons on a per post type basis.

Go to Download


voskobovich/yii2-collection-provider

5 Favers
61 Downloads

Implement data provider without pagination. Movement through the collection using limit and offset. For Yii2

Go to Download


<< Previous Next >>