Libraries tagged by proc_open
rosell-dk/exec-with-fallback
8456140 Downloads
An exec() with fallback to emulations (proc_open, etc)
tivie/command
62195 Downloads
An utility library that harmonizes OS differences and executes external programs in a safer way
takuya/php-proc_open-wrapper
9222 Downloads
proc_open wrapper to exec command.
takuya/process
10328 Downloads
php proc_open wrapper class for shell command process management.
christiaan/stream-process
13658 Downloads
Wrapper around proc_open to ease communication via streams between processes
flytachi/winter-thread
754 Downloads
A lightweight process engine for PHP — Java-like control of background tasks as isolated OS processes, without heavy extensions (no swoole/pthreads/parallel).
symplely/spawn
2482 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.
justmisha/php-multirunner
11 Downloads
The package gives the ability to run multiple processes (programs and scripts) in parallel in the background.
linkrobins/metronome
5 Downloads
Run Flarum's scheduler without proc_open — for shared hosting that disables it
likun-mci/php-composer
8 Downloads
用原生 PHP 实现的 Composer 包管理器:依赖求解、下载安装、autoload 生成全程只走 HTTP,不调用任何 shell 命令。为禁用 exec/proc_open 的共享主机与受管控服务器而写,产出的 vendor 目录与官方 Composer 完全兼容,支持 HTTP/SOCKS5 代理。
openlss/func-proc
88 Downloads
Process helper functions
xthukuh/process
3 Downloads
A simple php proc_open wrapper class. Supports running background process on windows/linux, get child process pid buffer output among other functions.
sgolemon/async-process
1 Downloads
Asynchronous execution wrappers.
ravisorg/exec-parallel
107 Downloads
A CLI job queue for running multiple commands in parallel
moccalotto/process
108 Downloads
Tiny proc_open wrapper for PHP