Libraries tagged by Date Algorithms
d-knafo/ccxt
140 Downloads
A JavaScript / Python / PHP cryptocurrency trading library with support for more than 90 bitcoin/altcoin exchanges
chenwei/ccxt-php
32 Downloads
A cryptocurrency trading API with more than 100 exchanges in PHP
bandwidth-throttle/token-bucket
2012408 Downloads
Implementation of the Token Bucket algorithm.
touhonoob/rate-limit
545084 Downloads
PHP rate limiting library with Token Bucket Algorithm
maba/gentle-force-bundle
545069 Downloads
Symfony bundle that integrates gentle-force library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis
maba/gentle-force
623749 Downloads
Library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis
palepurple/rate-limit
554122 Downloads
PHP rate limiting library with Token Bucket Algorithm, originally touhonoob/rate-limit
hyperf/token-bucket
1925175 Downloads
Implementation of the Token Bucket algorithm.
sanmai/rate-limiter
17065 Downloads
Cache-based rate limiter using sliding window algorithm
detain/rate-limit
2677 Downloads
PHP rate limiting library with Token Bucket and Leaky Bucket Algorithms, based on palepurple/rate-limit, grandson to touhonoob/rate-limit, and jeroenvisser101/LeakyBucket
dcabrejas/magento-rate-limit
7893 Downloads
Rate Limiting Library With Token Bucket Algorithm with Magento Adapter
friendsofhyperf/rate-limit
744 Downloads
Rate limiting component for Hyperf with support for multiple algorithms (Fixed Window, Sliding Window, Token Bucket, Leaky Bucket).
securepoint/token-bucket
17558 Downloads
Implementation of the Token Bucket algorithm.
codeages/rate-limiter
10462 Downloads
Rate Limiting Library With Token Bucket Algorithm
colinmollenhour/rate-limiter
29 Downloads
A standalone concurrency and rate limiter with Token Bucket, GCRA, Leaky Bucket, Sliding Window and Fixed Window algorithms using a Redis-compatible server.