Process
        
    Table of Contents
    
    Namespaces
    
            - Exception
 
            - Messenger
 
    
    
        Classes
        
    
    
                    - ExecutableFinder
 - Generic executable finder.
             - InputStream
 - Provides a way to continuously write to the input of a Process until the InputStream is closed.
             - PhpExecutableFinder
 - An executable finder specifically designed for the PHP executable.
             - PhpProcess
 - PhpProcess runs a PHP script in an independent process.
             - PhpSubprocess
 - PhpSubprocess runs a PHP command as a subprocess while keeping the original php.ini settings.
             - Process
 - Process is a thin wrapper around proc_* functions to easily
start independent PHP processes.
             - ProcessUtils
 - ProcessUtils is a bunch of utility methods.