Libraries tagged by async task
symplely/coroutine
1576 Downloads
Cooperative multitasking using generators. The basics of coroutines, async and await!
pnixx/delayed_job
271 Downloads
Async Delayed Job for PHP
uppes/coroutine
625 Downloads
Cooperative multitasking using generators. The basics of coroutines, async and await!
rdlowrey/amp
217 Downloads
Non-blocking thread pool task dispatch
trt/async-tasks-bundle
14 Downloads
This bundle allows to dispatch asynchronous events in symfony2. It uses RabbitMQ to send messages to the consumers..
mobly/async-tasks
14981 Downloads
Async Tasks
cathy/thinkphp6-async-task
32 Downloads
基于workerman的thinkphp6异步任务模型
luojilab/async-task-lib
294 Downloads
A complete asynchronous task processing system with multiple processes, exception retry
wayhood/yii2-asynctask
490 Downloads
a queue extension using redis for yii2
vectorial1024/laravel-process-async
0 Downloads
Utilize Laravel Process to run PHP code asynchronously, as if using Laravel Concurrency.
solophp/task-queue
11 Downloads
Enhanced PHP task queue using Solo Database with retry mechanism and task expiration support.
gyselroth/mongodb-php-task-scheduler
2521 Downloads
Asynchronous task scheduler for PHP based on MongoDB
denismitr/async-runner
16 Downloads
Run PHP tasks asynchronously with the PCNTL extension
immusen/yii2-swoole-mqtt
347 Downloads
MQTT server for Yii2 base on swoole 4, Resolve topic as a route reflect into controller/action/param, And support redis pub/sub to trigger async task from your web application
symplely/spawn
2465 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.