PHP Package: spatie/laravel-rate-limited-job-middleware
Laravel middleware to handle rate limiting for jobs efficiently and effectively in your application.
Package Description
The Laravel Rate Limited Job Middleware library provides a powerful solution for managing job rate limits seamlessly within your Laravel applications. With built-in features for efficient job processing and rate limiting, this PHP package ensures optimal performance and control. Easily integrate rate limiting functionality into your Laravel projects to enhance application stability and performance.
Download Latest Version: 2.8.1

Previous Versions
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/laravel-rate-limited-job-middleware/2.8.1/loader.php';
require_once 'libs/spatie/laravel-rate-limiter/{lib_version}/loader.php';
use Spatie\LaravelRateLimitedJobMiddleware\RateLimitedJobMiddleware;
$obj = new RateLimitedJobMiddleware();
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.