live-happy-code-hard/command-as-process

Object wrappers around PHP program execution functions: proc_open(), proc_close(), proc_terminate(), proc_get_status()

Maintainers

Package info

github.com/live-happy-code-hard/command-as-process

Issues

pkg:composer/live-happy-code-hard/command-as-process

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

1.0.0 2019-01-10 15:26 UTC

This package is auto-updated.

Last update: 2026-04-11 07:27:47 UTC


README

Wapper around the proc_*() functions in PHP to allow easy running a command inside a child process. Allows communication between parent process and command process through pipes of file handlers.

See usage-example directory for a short usage example.