Libraries tagged by request throttling

algoyounes/idempotency

22 Favers
31 Downloads

Laravel Idempotency Middleware package to prevent duplicate requests

Go to Download


andrey-tech/http-client-php

2 Favers
59647 Downloads

Простой НТТР(S) клиент на PHP7+ с троттлингом запросов и поддержкой маркера BOM в теле сообщения формата JSON

Go to Download


ninjaphp/ninja

10 Favers
612 Downloads

A simple but very effective PHP firewall. It enables you to easily block most SQL and XSS injections. It also includes a white-/blacklisting of IP's and throttling request using Leaky Bucket.

Go to Download


leonid74/wildberries-api-php

8 Favers
91 Downloads

Wildberries REST API statistics client library with throttling requests

Go to Download


pno/throttle

14 Favers
180 Downloads

StackPHP compatible class for throttling HTTP requests using Predis. Based on datagraph/rack-throttle.

Go to Download


sagarkc/laravel-bot-throttle

0 Favers
0 Downloads

Advanced bot detection and request throttling package for Laravel by Sagar KC

Go to Download


rootscratch/ratelimit

1 Favers
6 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.

Go to Download


jumas-cola/wildberries-api-php

0 Favers
42 Downloads

Wildberries REST API statistics client library with throttling requests

Go to Download


pricewatch/throttlestorage

0 Favers
0 Downloads

PriceWatch ThrottleStorage - phpredis storage for Stiphle library. Stiphle is a little library to try and provide an easy way of throttling/rate limit requests.

Go to Download


beningreenjam/api-wrapper

0 Favers
7 Downloads

Api-Wrapper is a simple Laravel 5.5 bridge for making, throttling, caching and transforming RESTful API requests made via GuzzleHttp.

Go to Download


kruegge82/billbee-php-sdk-api

0 Favers
23 Downloads

Documentation of the Billbee REST API to connect a Billbee account to external aplications. ## Endpoint The Billbee API endpoint base url is https://api.billbee.io/api/v1 ## Activation You have to enable the API in the settings of your Billbee account. In addition you need a Billbee API Key identifying the application you develop. To get an API key, send a mail to [email protected] and send us a short note about what you are building. ## Authorization & security Because you can access private data with the Billbee API, every request has to be sent over https and must * Contain a valid API Key identifying the application/developer. It has to be sent as the HTTP header X-Billbee-Api-Key * Contain a valid user login with billbee username and api password in form of a basic auth HTTP header ## Throttling 50 calls per second for each API Key. 10 calls per second for each API Key in combination with Billbee user. Besides that each endpoint has a throttle of max 2 requests per second per combination of API Key and Billbee user. When you exceed the throttle threshold, the API will return a HTTP 429 status code and a Retry-After-Header indicating how many seconds you will have to wait before you can call the API again.

Go to Download