Libraries tagged by dispatched
justbetter/laravel-magento-webhooks
32369 Downloads
A Laravel package to listen to webhooks dispatched from mageplaza/webhooks.
wubinworks/module-cache-warmer
1409 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.
danack/slim-auryn-invoker
2159 Downloads
Allows route callables to be dispatched by Auryn.
boring-o11y/skystan
11 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
2899 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
506 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
williamjulianvicary/laravel-job-response
190 Downloads
Add responses to Laravel Jobs - allowing your application to wait for a response from a dispatched job.
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.
danack/slim-dispatcher
22 Downloads
Allows route callables to be dispatched by a supplied invoker
bwrice/laravel-job-chain-groups
228 Downloads
Chain groups of jobs that can be dispatched asynchronously before the next job in the chain is queued