dmstr / symfony-job-queue-bundle
Persisted job tracking on top of Symfony Messenger: Job entity with status, JobQueueService for dispatch, JobMessage/JobMessageHandler for async execution.
Package info
github.com/dmstr/symfony-job-queue-bundle
Type:symfony-bundle
pkg:composer/dmstr/symfony-job-queue-bundle
0.2.0
2026-06-14 21:16 UTC
Requires
- php: >=8.4
- doctrine/doctrine-bundle: ^2.0
- doctrine/orm: ^3.0
- symfony/framework-bundle: ^7.0
- symfony/messenger: ^7.0
- symfony/uid: ^7.0
Requires (Dev)
- phpunit/phpunit: ^12.0
This package is auto-updated.
Last update: 2026-06-14 21:20:46 UTC
README
dmstr/symfony-job-queue-bundle
Persisted job tracking on top of Symfony Messenger.
Features (planned)
JobDoctrine entity with status, payload, timestamps, resultJobQueueService::dispatch()— validate input + persist + dispatch to MessengerJobMessage/JobMessageHandler— async execution wrapper- Status transitions:
pending → running → done | failed Jobexposed as read-only API Platform resource under/admin/jobs
License
MIT © diemeisterei GmbH