Libraries tagged by dispatched
justbetter/laravel-magento-webhooks
33706 Downloads
A Laravel package to listen to webhooks dispatched from mageplaza/webhooks.
wubinworks/module-cache-warmer
1879 Downloads
A Free Magento 2 Extension designed for CDN and Varnish cache warming. Warm up URLs located in sitemaps, as well as static content, media content and dynamic catalog images. Run manually or schedule by cron expression. This extension is easily customizable with dispatched events and the CLI command is ready to be embedded in deployment scripts.
boring-o11y/skystan
23 Downloads
Larastan/PHPStan rules for queued Laravel jobs: ShouldBeUnique jobs must declare uniqueFor and (when parameterized) uniqueId, unique jobs may not be batched or bulk-dispatched, batched jobs must be Batchable and honour cancellation, jobs holding an Eloquent model in a public property must use SerializesModels, and jobs dispatched inside DB::transaction() must use afterCommit.
lp-digital/github-event-parser
2915 Downloads
PHP library to get a readable representation of events dispatched by Github API v3
mbm-rafal/laravel-single-dispatch
6420 Downloads
Laravel Dispatcher extension for maintaining duplicate jobs
ngmy/laravel-job-response
518 Downloads
Add responses to Laravel Jobs - allowing your application to wait for a response from a dispatched job.
dezsidog/laravel-change-way
32 Downloads
change the dispatched controller by header
danack/slim-auryn-invoker
2164 Downloads
Allows route callables to be dispatched by Auryn.
williamjulianvicary/laravel-job-response
190 Downloads
Add responses to Laravel Jobs - allowing your application to wait for a response from a dispatched job.
love-oss/github-event-parser
67 Downloads
PHP library to get a readable representation of events dispatched by Github API v3
xcodiedev/laravel-queue-guard
1 Downloads
Development-time guard that inspects a queued job before it is dispatched and warns about payloads that will fail, corrupt, or bloat the queue.
timmylindh/laravel-batch-dispatcher
20 Downloads
Batch Laravel queued jobs and queued event listeners into a single queued job dispatched at the end of the request.
iq2i/messenger-import-bundle
1 Downloads
A Symfony bundle that tracks the completion of asynchronous imports dispatched via symfony/messenger
incompass/worker-bundle
106 Downloads
Simple, efficient, dispatched jobs for symfony with doctrine
danack/slim4-auryn-invoker
61 Downloads
Allows route callables to be dispatched by Auryn.