PHP Package: spatie/guzzle-rate-limiter-middleware
Guzzle rate limiter middleware for controlling API request rates efficiently and effectively.
Package Description
The Guzzle rate limiter middleware by Spatie is a powerful tool for managing API request rates with precision. It allows developers to maintain optimal usage levels, prevent abuse, and ensure the stability of their applications. With customizable options and seamless integration, this middleware provides a robust solution for rate limiting in PHP applications.
Download Latest Version: 2.1.0

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/spatie/guzzle-rate-limiter-middleware/2.1.0/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';
use Spatie\GuzzleRateLimiterMiddleware\RateLimiterMiddleware;
$obj = new RateLimiterMiddleware();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.