xervice/shell

1.0.0 2018-07-28 15:42 UTC

This package is auto-updated.

Last update: 2024-03-29 03:01:44 UTC


README

Build Status Scrutinizer Code Quality Code Coverage

Installation

composer require xervice/shell

Using

$output = $shellFacade->runCommand(
    'command %s %s %s',
    $param1,
    $param2,
    $param3
);