itgalaxy/bin-check

Check if a binary is working by checking its exit code

Installs: 100

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

pkg:composer/itgalaxy/bin-check

2.0.0 2017-04-07 09:49 UTC

This package is auto-updated.

Last update: 2025-10-13 13:58:54 UTC


README

Latest Stable Version Travis Build Status Build status Coverage Status

Check if a binary is working by checking its exit code

Install

The utility can be installed with Composer:

$ composer require bin-check

Usage

use Itgalaxy\BinCheck\BinCheck;

try {
    $binCheck = new BinCheck('path/to/bin', ['--help']);
    $binCheck->check();
} catch (\Exception $exception) {
    echo $exception->message;
}

Related

Contribution

Feel free to push your code if you agree with publishing under the MIT license.

Changelog

License