itgalaxy/bin-check
Composer 安装命令:
composer require itgalaxy/bin-check
包简介
Check if a binary is working by checking its exit code
README 文档
README
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
- bin-check - Thanks you for inspiration.
Contribution
Feel free to push your code if you agree with publishing under the MIT license.
Changelog
License
统计信息
- 总下载量: 100
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-12-05