Registry / other / symbiote-silverstripe-queuedjobs

symbiote-silverstripe-queuedjobs

JSON →
library6.2.0phppackagistunverified

A framework for defining and running background jobs in a queued manner.

composer require symbiote/silverstripe-queuedjobs
INSTALL
IMPORT
SIG · SYMBIOTE-SILVERSTR
S
symbiote-silverstripe-queuedjobs
otherphpv6.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QueuedJobService
use Symbiote\SilverStripe\QueuedJobs\Services\QueuedJobService;

Queues a custom job using the QueuedJobService.

<?php require_once 'vendor/autoload.php'; use Symbiote\SilverStripe\QueuedJobs\Services\QueuedJobService; $service = new QueuedJobService(); $jobId = $service->queueJob(new MyCustomJob()); echo "Job queued with ID: $jobId";
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
symbiote-silverstripe-queuedjobs — pip install symbiote-silverstripe-queuedjobs · libregistry