PHPackages                             itgalaxy/bin-check - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. itgalaxy/bin-check

ActiveLibrary[Testing &amp; Quality](/categories/testing)

itgalaxy/bin-check
==================

Check if a binary is working by checking its exit code

2.0.0(9y ago)01001MITPHPPHP ^5.6 || ^7.0CI failing

Since Dec 5Pushed 9y ago3 watchersCompare

[ Source](https://github.com/itgalaxy/bin-check)[ Packagist](https://packagist.org/packages/itgalaxy/bin-check)[ RSS](/packages/itgalaxy-bin-check/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

bin-check
=========

[](#bin-check)

[![Latest Stable Version](https://camo.githubusercontent.com/03c2e1a316e14a074614e1aa6819324087d94a2967d366b518818484e0c71712/68747470733a2f2f706f7365722e707567782e6f72672f697467616c6178792f62696e2d636865636b2f762f737461626c65)](https://packagist.org/packages/itgalaxy/bin-check)[![Travis Build Status](https://camo.githubusercontent.com/c1f560b52bb94489ac903436acc06f39923396459e9f4dd1b6fe9e456220dc5d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f697467616c6178792f62696e2d636865636b2f6d61737465722e7376673f6c6162656c3d6275696c64)](https://travis-ci.org/itgalaxy/bin-check)[![Build status](https://camo.githubusercontent.com/86f3e42cc9a71e6de2bb794f7413c5730e5120c61f865f9e42382dd624e40c9b/68747470733a2f2f63692e6170707665796f722e636f6d2f6170692f70726f6a656374732f7374617475732f30626e716978306e35396a31627972633f7376673d74727565)](https://ci.appveyor.com/project/evilebottnawi/bin-check)[![Coverage Status](https://camo.githubusercontent.com/2b6a9dcc5e58d299767eb41e08b64fa39c8e055ae2fa940839b2b41909aa9453/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f697467616c6178792f62696e2d636865636b2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/itgalaxy/bin-check?branch=master)

Check if a binary is working by checking its exit code

Install
-------

[](#install)

The utility can be installed with Composer:

```
$ composer require bin-check
```

Usage
-----

[](#usage)

```
use Itgalaxy\BinCheck\BinCheck;

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

Related
-------

[](#related)

- [bin-check](https://github.com/itgalaxy/bin-check) - Thanks you for inspiration.

Contribution
------------

[](#contribution)

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

[Changelog](CHANGELOG.md)
-------------------------

[](#changelog)

[License](LICENSE)
------------------

[](#license)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~122 days

Total

2

Last Release

3372d ago

Major Versions

1.0.0 → 2.0.02017-04-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23334705?v=4)[qhj19910614](/maintainers/evilebottnawi)[@evilebottnawi](https://github.com/evilebottnawi)

---

Top Contributors

[![evilebottnawi](https://avatars.githubusercontent.com/u/23334705?v=4)](https://github.com/evilebottnawi "evilebottnawi (1 commits)")

---

Tags

testcheckexecutablebinary

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/itgalaxy-bin-check/health.svg)

```
[![Health](https://phpackages.com/badges/itgalaxy-bin-check/health.svg)](https://phpackages.com/packages/itgalaxy-bin-check)
```

###  Alternatives

[pestphp/pest

The elegant PHP Testing Framework.

11.6k72.2M19.8k](/packages/pestphp-pest)[brianium/paratest

Parallel testing for PHP

2.5k136.1M951](/packages/brianium-paratest)[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k16.7M997](/packages/phpro-grumphp)[infection/infection

Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.

2.2k28.9M2.3k](/packages/infection-infection)[drupal/drupal-driver

A collection of reusable Drupal drivers

6816.4M24](/packages/drupal-drupal-driver)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
