PHP Package: spatie/laravel-queueable-action

Spatie's Laravel Queueable Action package offers efficient task management for Laravel applications with built-in queue capabilities.

Current Version: 2.16.2
Last Updated: 2025-02-21
PHP Requirement: ^8.0
Dependencies: None

Package Description

Laravel Queueable Action by Spatie optimizes task handling in Laravel, providing a seamless integration for queuing actions and executing them asynchronously. It enhances performance and scalability by offering a structured approach to managing tasks through queues.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.16.2

Download Download v2.16.2

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-queueable-action/2.16.2/loader.php';
use Spatie\LaravelQueueableAction\Tests\QueueableActionTest;

$obj = new QueueableActionTest();
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.