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

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

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

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

1.0.0 2019-01-10 15:26 UTC

This package is auto-updated.

Last update: 2025-12-11 06:53:56 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.