Libraries tagged by proc_open
rosell-dk/exec-with-fallback
5853923 Downloads
An exec() with fallback to emulations (proc_open, etc)
tivie/command
51371 Downloads
An utility library that harmonizes OS differences and executes external programs in a safer way
takuya/php-proc_open-wrapper
3411 Downloads
proc_open wrapper to exec command.
takuya/process
8373 Downloads
php proc_open wrapper class for shell command process management.
christiaan/stream-process
11899 Downloads
Wrapper around proc_open to ease communication via streams between processes
symplely/spawn
2470 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
10 Downloads
The package gives the ability to run multiple processes (programs and scripts) in parallel in the background.
stylers/laravel-task-manager
115 Downloads
This package is a workaround for run tasks without artisan because proc_open & proc_close PHP modules disabled some server such as shared hosts.
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
hypnopompia/process
3026 Downloads
Process is a PHP library to help with the task of running other applications asynchronously from PHP in a pseudo-threaded way.
axute/process
30 Downloads
a class to use any command as object via stdIn, stdOut and stdErr with proc_open