Libraries tagged by leaky
artisansdk/ratelimiter
3895096 Downloads
A leaky bucket rate limiter and corresponding middleware with route-level granularity compatible with Laravel.
maba/gentle-force-bundle
544194 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
622769 Downloads
Library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis
jeroenvisser101/leakybucket
117858 Downloads
An implementation of the Leaky Bucket algorithm.
robwittman/leaky-bucket-rate-limiter
6550 Downloads
PSR-7 Middleware for implementing a Leaky Bucket Rate Limiter
detain/rate-limit
2676 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
friendsofhyperf/rate-limit
744 Downloads
Rate limiting component for Hyperf with support for multiple algorithms (Fixed Window, Sliding Window, Token Bucket, Leaky Bucket).
nadylib/leaky-bucket
34651 Downloads
An fiber-based implementation of the LeakyBucket algorithm
credy/yii2-leakybucket
1468 Downloads
rubix/sentiment
578 Downloads
An example project using a multi layer feed forward neural network for text sentiment classification trained with 25,000 movie reviews from IMDB.
rubix/mnist
185 Downloads
Handwritten digit recognizer using a feed forward neural network and the MNIST dataset of 70,000 human-labeled handwritten digits.
four-bytes/four-rate-limiting
476 Downloads
Generic rate limiting library for PHP APIs — Token Bucket, Fixed Window, Sliding Window, Leaky Bucket
bayfrontmedia/leaky-bucket
801 Downloads
Framework-agnostic throttling using the leaky bucket algorithm.
ninjaphp/ninja
616 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.
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.