Libraries tagged by async task
friendsofhyperf/async-task
4675 Downloads
The async task for Hyperf.
gyselroth/mongodb-php-task-scheduler
2533 Downloads
Asynchronous task scheduler for PHP based on MongoDB
immusen/yii2-swoole-websocket
8704 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
840 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
14 Downloads
This bundle allows to dispatch asynchronous events in symfony2. It uses RabbitMQ to send messages to the consumers..
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
vectorial1024/laravel-process-async
3 Downloads
Utilize Laravel Process to run PHP code asynchronously, as if using Laravel Concurrency.
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.