Libraries tagged by asynchronous tasks
zircote/rhubarb
80918 Downloads
A PHP Celery Client Implementation
symplely/coroutine
1570 Downloads
Cooperative multitasking using generators. The basics of coroutines, async and await!
uppes/coroutine
625 Downloads
Cooperative multitasking using generators. The basics of coroutines, async and await!
dmamontov/asynctask
2306 Downloads
AsyncTask enables proper and easy use of the thread. This class allows to perform background operations and publish results on the thread without having to manipulate threads and/or handlers.
edipoelwes/laravel-rabbitmq-worker
655 Downloads
This project is a Laravel package that facilitates the execution of RabbitMQ worker processes. It simplifies the configuration, management, and monitoring of worker processes, allowing you to easily integrate RabbitMQ into your Laravel application to handle asynchronous tasks efficiently and scalably.
jetty-dev/background-processing
3248 Downloads
WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.
bricev/jobqueue
2423 Downloads
JobQueue is a PHP component that queues `tasks` defining `jobs` which can be executed by asynchronous and/or distributed `workers`
luojilab/async-task-lib
294 Downloads
A complete asynchronous task processing system with multiple processes, exception retry
trt/async-tasks-bundle
14 Downloads
This bundle allows to dispatch asynchronous events in symfony2. It uses RabbitMQ to send messages to the consumers..
parallel-php/parallel-task
238 Downloads
PHP parallel task multi-thread message based library
sinacms/multiprocess
106 Downloads
a tool for PHP multi process asynchronous tasks manage
symplely/spawn
2454 Downloads
An simply `uv_spawn` or `proc-open` wrapper API to execute and manage a Pool of child-processes, achieving parallel/asynchronous PHP for Blocking I/O.
devgeniem/wp-queue
27 Downloads
WordPress Queue is a modular library for managing queued tasks in WordPress.
pbaszak/symfony-messenger-cache-bundle
67 Downloads
Messenger Cache Bundle is a package for the Symfony Messenger component that enables creating, invalidating, and refreshing cache using attributes. This allows for faster and more efficient processing of asynchronous tasks.
davidyan/asyntask
29 Downloads
A lightweight asynchronous queue manager, supporting real-time, timing, long-term, periodic tasks.