micheldiemer / proc-stream
Process Execution and Stream Management. In particular StdOut and StdErr.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/micheldiemer/proc-stream
Requires
- php: >=8.1
- micheldiemer/mbstring: ^1
- psr/log: ^3.0
This package is auto-updated.
Last update: 2025-12-12 01:08:13 UTC
README
Installation
composer require micheldiemer/proc-stream
Usage
- Create a
ProcStremEventobject - Use
exec(string $cmd, ProcStreamEvent $e, string $cwd = '.') - See test/ProcStreamDemo.php for a fully working example
Contributions
phpdoc, phplint, phpstan and php-cs-fixer are required globally.
Contributions are welcome either as a GitHub issue or a PR to this repo.