Libraries tagged by pcntl_fork
edwardstock/forker
38 Downloads
PHP posix process manager and async job handler
tuo/simplefork
9 Downloads
Classes to simply create child-process by pcntl_fork
tectiv3/libdaemon
5 Downloads
pvariablis/sasfm
28 Downloads
Simple and Scalable Fork Management
larahook/async-helper
3 Downloads
Async call
comodojo/daemon
456 Downloads
Solid PHP daemon toolkit
sqonk/phext-detach
91 Downloads
Detach is a library for running tasks inside of a PHP script in parallel using forked processes.
shawty81/multiprocessor
1717 Downloads
Easy usable class for very fast and memory efficient scripts, processing lots of data by utilizing the power of pcntl_fork()
cruide/php-daemon-abstract
0 Downloads
Abstract PHP daemon base class for Unix/Linux (requires pcntl, posix). Fork, detach, PID management, signal handling, log rotation.
axxapy/php_threadpool
13 Downloads
Thread && Thread pool wrappers for pcntl (not actual threads but forks)
bobby/multi-processes
21 Downloads
php原生pcntl实现的简易多进程和进程池组件,支持父子进程双向通信传输数据.包含进程池按需动态fork进程功能.
mkraemer/react-pcntl
292180 Downloads
PCNTL bindings for ReactPHP
skie/signal_handler
989 Downloads
Cross-platform signal handling for CakePHP console commands with zero external dependencies. Supports Linux (pcntl), Windows (native API)
mougrim/pcntl-signal-handler
1424 Downloads
PCNTL signal handler for PHP
flytachi/winter-thread
758 Downloads
A lightweight process engine for PHP — Java-like control of background tasks as isolated OS processes, without heavy extensions (no swoole/pthreads/parallel).