Process
        
    Namespaces
    
            - Exception
 
            - Pipes
 
    
    Interfaces, Classes and Traits
    
    
            - 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.
 
            - Process
 
        - Process is a thin wrapper around proc_* functions to easily
start independent PHP processes.
 
            - ProcessUtils
 
        - ProcessUtils is a bunch of utility methods.