xervice/shell

Maintainers

Details

github.com/xervice/shell

Source

Issues

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/xervice/shell

1.0.0 2018-07-28 15:42 UTC

This package is auto-updated.

Last update: 2025-09-29 01:59:43 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
);