Process
This library provides utility functions for working with external processes (applications). Just the single Process class that eventually became a part of the Application library.
- Run External Processes
- Run External Processes in Background
- Run External Processes in Background and Wait/Wait for output
- Kill External Processes
- Get Process ID
- Get Process Status
- Get Process Output
- Get Process Error Output
Using the Library
- Download From GitHub (coming soon!)
- Install from Composer (coming soon!)
License Type
- MIT
Requirements
- Linux Based OS
- PHP 8+