Libraries tagged by pcntl_fork
flytachi/winter-thread
734 Downloads
A lightweight process engine for PHP — Java-like control of background tasks as isolated OS processes, without heavy extensions (no swoole/pthreads/parallel).
che/console-signals
45003 Downloads
Unix signal support for Symfony Console
axxapy/easyfork
1697 Downloads
The easiest way to manage work for php (uses pcntl library)
happyslucker/a-async
2 Downloads
High-performance parallel processing & async library for PHP.
soliphp/process
115 Downloads
Simple multi-process manager for PHP, based on pcntl and posix.
pcntl_job/pcntl_job
8 Downloads
Adapters for pcntl, cURL etc.
werkint/react-pcntl
30 Downloads
PCNTL bindings for ReactPHP
wyrihaximus/ratchet-pcntl
262 Downloads
Add OS signaling to ratchet for CakePHP
pahenrus/react-signals
3527 Downloads
Unix signals handling for ReactPHP
kafkiansky/signaler
8 Downloads
Signaler library that provide stack for signal listeners.
jiromm/react-signal-handler
4047 Downloads
Unix signals handling for ReactPHP
croustibat/php-pty
0 Downloads
node-pty for PHP. Pseudo-terminals in pure PHP — no extension to compile, no C companion library, no Node. Just FFI and pcntl. macOS and Linux.
uppes/eventloop
512 Downloads
An event loop library for asynchronous PHP programming.
agussuroyo/async
2 Downloads
A simple asynchronous process manager for PHP using pcntl.
senman/yii2-crontab-manager
91 Downloads
更方便的管理您的定时任务,实时暂停、启动、修改定时任务的执行时间等等 With this package, you can better manage your multifarious timing tasks, just define an execution entry that can be implemented more flexibly by manipulating database data for timing, opening, closing, setting up time, and so on.Description: the task manager implements the flexibility of multiple processes. After the task is opened, each task takes up a sub process and automatically releases after completion.Preparation: installation extension To implement the multiple processes of PHP, we need two extensions pcntl and POSIX, which can be added at compile time: - enable-pcntl, do not use - disable-pcntl, POSIX is the default installation. PHP multi process modules rely on pcntl extensions