symfony/process
Symfony Process component runs external commands in sub-processes, with built-in support for piping input/output, timeouts, signals, and error handling. Ideal for safely launching CLI tools from PHP applications and capturing their output.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| draw/process | 0.89 | draw/process is a Laravel/PHP package for running and managing external processes. It helps you start commands, capture output, handle errors, and control execution in a clean API—useful for queues, build tasks, and integrations that need shell tools. | 0 | 0 | 0 | 369 | 0 | 0.0 | 35.5 | — | — | |
| php-standard-library/process | 0.89 | Typed, non-blocking PHP API for spawning, monitoring, and controlling child processes. Manage stdin/stdout/stderr streams, retrieve exit codes, and handle timeouts and signals with a clean, reliable interface for long-running and parallel tasks. | 0 | 0 | 0 | 12K | 0 | 16.5 | 62.6 | MIT | 3 months ago | |
| aboutcoders/process-control | 0.87 | — | 4 | 5 | 0 | 387 | 1 | 0.1 | 26.1 | MIT | — | |
| cocur/background-process | 0.85 | Run shell commands as detached background processes from PHP so they keep running after the request/script ends. Start jobs, optionally get PID, poll if running, and stop them (Unix). Basic Windows support for launching only. | 297 | 306 | 63 | 39K | 6 | 6.8 | 32.9 | MIT | 9 years ago | |
| illuminate/process | 0.85 | Illuminate Process provides a fluent API to run and manage system processes in Laravel. Start commands, stream output, handle timeouts, work in specific directories, set env vars, capture results, and integrate cleanly with other Illuminate components. | 44 | 44 | 5 | 57K | 0 | 0.4 | 42.8 | MIT | — | |
| phar-io/executor | 0.84 | phar-io/executor is a small PHP library for safely running external commands and processes. It builds and executes command lines, captures output and exit codes, and helps integrate tooling and CLI binaries into PHP applications and test suites. | 2 | 2 | 2 | 67K | 1 | 0.3 | 55.2 | NOASSERTION | — |
How can I help you explore Laravel packages today?