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

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

1.0.0 2019-01-10 15:26 UTC

This package is auto-updated.

Last update: 2025-06-11 05:52:48 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.