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 years ago
..
Test/Unit checkin 2 years ago
CommandRenderer.php checkin 2 years ago
CommandRendererBackground.php checkin 2 years ago
CommandRendererInterface.php checkin 2 years ago
ComplexParameter.php checkin 2 years ago
Driver.php checkin 2 years ago
README.md checkin 2 years ago
Response.php checkin 2 years ago

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.