Registry / cli / symfony-process

symfony-process

JSON →
library8.1.0phppackagistunverified

Executes commands in sub-processes.

composer require symfony/process
INSTALL
IMPORT
SIG · SYMFONY-PROCESS
S
symfony-process
cliphpv8.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Process
use Symfony\Component\Process\Process;

Run a shell command and display its output.

use Symfony\Component\Process\Process; $process = new Process(['ls', '-la']); $process->run(); echo $process->getOutput();
Debug
Known issues
breakingSymfony Process 8.x requires PHP 8.2+; older versions may not work.
fix
Upgrade PHP to 8.2+ or use an older version of the package.
affects: >=8.0.0
Upgrade
Version history
8.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
OpenAI (training)
1
Resources
symfony-process — pip install symfony-process · libregistry