PHPackages                             jackal/bin-locator - 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. jackal/bin-locator

ActiveLibrary

jackal/bin-locator
==================

v0.5.39(6y ago)2364[1 issues](https://github.com/lucajackal85/BinLocator/issues)2MITPHPPHP &gt;=5.6CI failing

Since Mar 25Pushed 6y ago2 watchersCompare

[ Source](https://github.com/lucajackal85/BinLocator)[ Packagist](https://packagist.org/packages/jackal/bin-locator)[ RSS](/packages/jackal-bin-locator/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (7)Dependencies (4)Versions (11)Used By (2)

BinLocator
==========

[](#binlocator)

[![Latest Stable Version](https://camo.githubusercontent.com/1434e52a0b813154c39fdb90a09d62cc5c646b310575d6eb2d70bc40704d98d4/68747470733a2f2f706f7365722e707567782e6f72672f6a61636b616c2f62696e2d6c6f6361746f722f762f737461626c65)](https://packagist.org/packages/jackal/bin-locator)[![Total Downloads](https://camo.githubusercontent.com/675cd3f75a3c5cf4c3e37509d21d040e0ce0a0a40de7d15004d687c77e034fec/68747470733a2f2f706f7365722e707567782e6f72672f6a61636b616c2f62696e2d6c6f6361746f722f646f776e6c6f616473)](https://packagist.org/packages/jackal/bin-locator)[![Latest Unstable Version](https://camo.githubusercontent.com/4b56f033dc9759c62155dc3e4f693a0b0526158c44d97b340c9120b8b1d56b17/68747470733a2f2f706f7365722e707567782e6f72672f6a61636b616c2f62696e2d6c6f6361746f722f762f756e737461626c65)](https://packagist.org/packages/jackal/bin-locator)[![License](https://camo.githubusercontent.com/5511d630625a76dc5ff4e618bef6da43e10117d2f27f4d8b5798c45b35ca7181/68747470733a2f2f706f7365722e707567782e6f72672f6a61636b616c2f62696e2d6c6f6361746f722f6c6963656e7365)](https://packagist.org/packages/jackal/bin-locator)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/511075152a05d7bd107c37bb0187cbf684f58a75519f3195d86ff0d5c7b2f2e3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c7563616a61636b616c38352f42696e4c6f6361746f722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/lucajackal85/BinLocator/?branch=master)[![Build Status](https://camo.githubusercontent.com/5b56e88b81c0f65efd8e9f1c2b7a76f300300a133aa0d4795b20ea05242da781/68747470733a2f2f7472617669732d63692e6f72672f6c7563616a61636b616c38352f42696e4c6f6361746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/lucajackal85/BinLocator)

Installation
------------

[](#installation)

```
composer require jackal/bin-locator

```

\##Usage

### Get executable path in your local system

[](#get-executable-path-in-your-local-system)

```
require_once __DIR__ . '/vendor/autoload.php';

$locator = new \Jackal\BinLocator\BinLocator('php');

var_dump($locator->locate());

```

### Get [Process](https://symfony.com/doc/current/components/process.html) instance

[](#get-process-instance)

```
require_once __DIR__ . '/vendor/autoload.php';

$locator = new \Jackal\BinLocator\BinLocator('ls');

$process = $locator->getProcess(['-la']);

$process->run();

var_dump($process->getOutput());

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

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 ~1 days

Total

10

Last Release

2233d ago

PHP version history (2 changes)v0.1PHP &gt;=7.1

v0.5PHP &gt;=5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/13db4a2702d54af2cbbce04c934f80cddd423fc7a8ad12124cae6459b39e3a05?d=identicon)[lucajackal85](/maintainers/lucajackal85)

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/jackal-bin-locator/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[illuminate/process

The Illuminate Process package.

44699.5k65](/packages/illuminate-process)[statamic/cli

Statamic CLI Tool

7587.7k](/packages/statamic-cli)

PHPackages © 2026

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