Libraries tagged by async task
immusen/yii2-swoole-websocket
8709 Downloads
Websocket server for Yii2 base on swoole 4, Support JSONRPC, Resolve 'method' as a route reflect into controller/action, And support http or redis pub/sub to trigger async task from your web application.
symplely/coroutine
1578 Downloads
Cooperative multitasking using generators. The basics of coroutines, async and await!
pnixx/delayed_job
1196 Downloads
Async Delayed Job for PHP
uppes/coroutine
626 Downloads
Cooperative multitasking using generators. The basics of coroutines, async and await!
rdlowrey/amp
218 Downloads
Non-blocking thread pool task dispatch
trt/async-tasks-bundle
19 Downloads
This bundle allows to dispatch asynchronous events in symfony2. It uses RabbitMQ to send messages to the consumers..
morningtrain/wp-async
555 Downloads
Create Async task for WP
cathy/thinkphp6-async-task
34 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
pardnchiu/async
11 Downloads
PD\Async is a PHP library using ReactPHP to perform asynchronous tasks, supporting task dependency handling and topological sorting.
gyselroth/mongodb-php-task-scheduler
2533 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
348 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
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.