Libraries tagged by proc_open
rosell-dk/exec-with-fallback
7949006 Downloads
An exec() with fallback to emulations (proc_open, etc)
tivie/command
58276 Downloads
An utility library that harmonizes OS differences and executes external programs in a safer way
takuya/php-proc_open-wrapper
7750 Downloads
proc_open wrapper to exec command.
takuya/process
9845 Downloads
php proc_open wrapper class for shell command process management.
christiaan/stream-process
12761 Downloads
Wrapper around proc_open to ease communication via streams between processes
stylers/laravel-task-manager
543 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.
symplely/spawn
2478 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.
lecodeurdudimanche/php-process-launcher
77 Downloads
Simple class to launch Unix processes through shell ; wrapper and utilities around proc_open() function
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.