You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 jaren geleden
..
Test/Unit checkin 2 jaren geleden
CommandRenderer.php checkin 2 jaren geleden
CommandRendererBackground.php checkin 2 jaren geleden
CommandRendererInterface.php checkin 2 jaren geleden
ComplexParameter.php checkin 2 jaren geleden
Driver.php checkin 2 jaren geleden
README.md checkin 2 jaren geleden
Response.php checkin 2 jaren geleden

README.md

A library with object-oriented interface for generation of shell commands. Provides an indirection layer that can be used for customizing or testing (mocking) exec() function.

Implements placeholders for command arguments that are automatically escaped in format appropriate to the current OS. Provides ability for logging/capturing the commands and their output.