Libraries tagged by asynchronous tasks
sinacms/multiprocess
110 Downloads
a tool for PHP multi process asynchronous tasks manage
zenaton/zenaton-php
43686 Downloads
Zenaton PHP library
symplely/coroutine
1573 Downloads
Cooperative multitasking using generators. The basics of coroutines, async and await!
devgeniem/wp-queue
38 Downloads
WordPress Queue is a modular library for managing queued tasks in WordPress.
uppes/coroutine
625 Downloads
Cooperative multitasking using generators. The basics of coroutines, async and await!
dmamontov/asynctask
2307 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.
pbaszak/symfony-messenger-cache-bundle
71 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.
edipoelwes/laravel-rabbitmq-worker
700 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
3271 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
2424 Downloads
JobQueue is a PHP component that queues `tasks` defining `jobs` which can be executed by asynchronous and/or distributed `workers`
omegaalfa/tasks
6 Downloads
A lightweight asynchronous task manager for PHP applications
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
240 Downloads
PHP parallel task multi-thread message based library
symplely/spawn
2457 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.