PHP code example of pdmfc / redis-queue-inspector

1. Go to this page and download the library: Download pdmfc/redis-queue-inspector library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

pdmfc / redis-queue-inspector example snippets

bash
php artisan queue:inspect
bash
php artisan queue:inspect
bash
php artisan queue:inspect --queue=emails --job=SendWelcome
bash
php artisan queue:inspect --from=2025-06-01
bash
php artisan queue:inspect --identifier=47004
bash
php artisan queue:inspect --uuid=123e4567-e89b-12d3-a456-426614174000
bash
php artisan queue:inspect --job=SendInvoice --count
bash
php artisan queue:inspect --queue=emails --job=SendWelcome --limit=2 --json