xervice/shell

1.0.0 2018-07-28 15:42 UTC

This package is auto-updated.

Last update: 2024-09-29 04:26:05 UTC


README

Build Status Scrutinizer Code Quality Code Coverage

安装

composer require xervice/shell

使用

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