Libraries tagged by multiprocessing
amphp/parallel
57062725 Downloads
Parallel processing component for Amp.
danog/loop
451423 Downloads
Loop abstraction for AMPHP.
danog/ipc
782820 Downloads
IPC component for Amp.
lifo/php-daemon
39487 Downloads
PHP Multiprocessing Daemon
mpyw/php-hyper-builtin-server
94795 Downloads
Reverse proxy for PHP built-in server which supports multiprocessing and TLS/SSL encryption
cuab/phpcrawl
41058 Downloads
PHPCrawl is a webcrawler/webspider-library written in PHP. It supports filters, limiters, cookie-handling, robots.txt-handling, multiprocessing and much more.
parallite/parallite-php
829 Downloads
Execute PHP closures in true parallel using pcntl_fork — zero dependencies
yidas/worker-dispatcher
958 Downloads
PHP multi-processing task dispatcher with managing workers
kode/process
138 Downloads
PHP 8.3+ 进程编排内核:默认自研 Native 运行时(零扩展、master-worker 多进程),兼容 Swoole/Workerman,内置分布式集群能力(服务发现、分布式锁、Leader 选举、负载均衡、分布式 ID、限流、集群 RPC)
graze/supervisor
9273 Downloads
:vertical_traffic_light: Process supervisor for PHP.
mmerian/phpcrawl
7143 Downloads
PHPCrawl is a webcrawler/webspider-library written in PHP. It supports filters, limiters, cookie-handling, robots.txt-handling, multiprocessing and much more.
pavel_agarkov/speed-hunter
9 Downloads
Managing php-cli processes from under php-cgi and waiting for a response from the last process. (Only for * nix systems with shared memory support).
happyslucker/a-async
2 Downloads
High-performance parallel processing & async library for PHP.
vectorial1024/laravel-process-async
9 Downloads
Utilize Laravel Process to run PHP code asynchronously, as if using Laravel Concurrency.
rogerwaters/react-thread-pool
20 Downloads
Multiprocessing library for PHP based on pcntl_fork() and reactphp