Libraries tagged by asynchronous tasks
zenaton/zenaton-php
43691 Downloads
Zenaton PHP library
symplely/coroutine
1578 Downloads
Cooperative multitasking using generators. The basics of coroutines, async and await!
dmamontov/asynctask-7
12806 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.
uppes/coroutine
626 Downloads
Cooperative multitasking using generators. The basics of coroutines, async and await!
dmamontov/asynctask
2330 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
2579 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.
bricev/jobqueue
2425 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
parallel-php/parallel-task
241 Downloads
PHP parallel task multi-thread message based library
sinacms/multiprocess
114 Downloads
a tool for PHP multi process asynchronous tasks manage
allprogrammic/resque-bundle
9449 Downloads
Symfony ResqueBundle
allprogrammic/resque
9430 Downloads
Resque PHP
symplely/spawn
2470 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
127 Downloads
WordPress Queue is a modular library for managing queued tasks in WordPress.
caseyamcl/tasktracker
508 Downloads
A PHP library for keeping track of progress and stats for long running tasks