{"id":89641,"library":"symbiote-silverstripe-queuedjobs","title":"SilverStripe Queued Jobs","description":"A framework for defining and running background jobs in a queued manner.","status":"active","version":"6.2.0","language":"php","source_language":null,"source_url":"https://github.com/silverstripe/silverstripe-queuedjobs","tags":["silverstripe","queued","jobs","background"],"install":[{"cmd":"composer require symbiote/silverstripe-queuedjobs","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"QueuedJobService","correct":"use Symbiote\\SilverStripe\\QueuedJobs\\Services\\QueuedJobService;"}],"quickstart":{"code":"<?php\nrequire_once 'vendor/autoload.php';\n\nuse Symbiote\\SilverStripe\\QueuedJobs\\Services\\QueuedJobService;\n\n$service = new QueuedJobService();\n$jobId = $service->queueJob(new MyCustomJob());\necho \"Job queued with ID: $jobId\";\n","lang":"php","description":"Queues a custom job using the QueuedJobService."},"warnings":[],"env_vars":null,"search_vec":"'background':10,19 'defin':7 'framework':5 'job':3,11,18 'manner':15 'queu':2,14,17 'run':9 'silverstrip':1,16","created_at":"2026-06-19T08:50:11.734187+00:00","updated_at":"2026-06-19T08:50:11.734187+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/silverstripe/silverstripe-queuedjobs","github":"https://github.com/silverstripe/silverstripe-queuedjobs","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}