Libraries tagged by multiprocessing
amphp/parallel
50069701 Downloads
Parallel processing component for Amp.
mpyw/php-hyper-builtin-server
93761 Downloads
Reverse proxy for PHP built-in server which supports multiprocessing and TLS/SSL encryption
danog/loop
379989 Downloads
Loop abstraction for AMPHP.
danog/ipc
711633 Downloads
IPC component for Amp.
lifo/php-daemon
36233 Downloads
PHP Multiprocessing Daemon
cuab/phpcrawl
39647 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
71 Downloads
Execute PHP closures in true parallel using pcntl_fork — zero dependencies
igorsgm/illuminate-concurrency
35 Downloads
Standalone extraction of Laravel's Illuminate Concurrency component. Run tasks concurrently using process, fork, or sync drivers.
graze/supervisor
9273 Downloads
:vertical_traffic_light: Process supervisor for PHP.
tereta/pcntl
73 Downloads
PCNTL wrapper for managing child processes: forking with concurrency limit, signal handling, IPC sockets, and a supervisor for long-running worker pools and daemons.
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.
yidas/worker-dispatcher
895 Downloads
PHP multi-processing task dispatcher with managing workers
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).
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