Libraries tagged by proc_open
rosell-dk/exec-with-fallback
4164572 Downloads
An exec() with fallback to emulations (proc_open, etc)
tivie/command
45388 Downloads
An utility library that harmonizes OS differences and executes external programs in a safer way
takuya/process
6964 Downloads
php proc_open wrapper class for shell command process management.
takuya/php-proc_open-wrapper
11 Downloads
proc_open wrapper to exec command.
symplely/spawn
2457 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.
christiaan/stream-process
11772 Downloads
Wrapper around proc_open to ease communication via streams between processes
alcamo/process
84 Downloads
Classes for processes opened by proc_open()
stylers/laravel-task-manager
57 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
87 Downloads
Process helper functions
xthukuh/process
2 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
106 Downloads
A CLI job queue for running multiple commands in parallel
moccalotto/process
107 Downloads
Tiny proc_open wrapper for PHP
hypnopompia/process
3022 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