PHP Package: spatie/laravel-rate-limited-job-middleware

Laravel middleware to handle rate limiting for jobs efficiently and effectively in your application.

Current Version: 2.8.1
Last Updated: 2025-08-19
PHP Requirement: ^8.2
Dependencies:
spatie/laravel-rate-limiter
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.8.1

Download Download v2.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.