2017 © Pedro Peláez
 

library bin-check

Check if a binary is working by checking its exit code

image

itgalaxy/bin-check

Check if a binary is working by checking its exit code

  • Friday, April 7, 2017
  • by evilebottnawi
  • Repository
  • 4 Watchers
  • 0 Stars
  • 65 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

bin-check

Latest Stable Version Travis Build Status Build status Coverage Status, (*1)

Check if a binary is working by checking its exit code, (*2)

Install

The utility can be installed with Composer:, (*3)

$ 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;
}

Contribution

Feel free to push your code if you agree with publishing under the MIT license., (*4)

Changelog

License

The Versions

07/04 2017

dev-master

9999999-dev

Check if a binary is working by checking its exit code

  Sources   Download

MIT

The Requires

 

The Development Requires

by Itgalaxy

test check binary executable

07/04 2017

2.0.0

2.0.0.0

Check if a binary is working by checking its exit code

  Sources   Download

MIT

The Requires

 

The Development Requires

by Itgalaxy

test check binary executable

05/12 2016

1.0.0

1.0.0.0

Check if a binary is working by checking its exit code

  Sources   Download

MIT

The Requires

 

The Development Requires

by Itgalaxy

test check binary executable