PHPackages                             pronskiy/locus - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pronskiy/locus

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

pronskiy/locus
==============

Composer plugin installs local PHP interpreter

0.2.1(2y ago)284MITPHPPHP ^8.1.0

Since Apr 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/pronskiy/locus)[ Packagist](https://packagist.org/packages/pronskiy/locus)[ RSS](/packages/pronskiy-locus/feed)WikiDiscussions main Synced 1mo ago

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

Locus
=====

[](#locus)

Installs a per-project `php` binary to the `./vendor/bin/` based on `composer.json` requirements.

Setup and Installation
----------------------

[](#setup-and-installation)

Make sure you have a PHP version constraint specified in your `composer.json`:

```
"require": {
  "php": "^8.3"
},
```

Then run the following command to add locus:

```
composer require pronskiy/locus --dev
```

You'll be asked to allow the composer plugin, reply `y`. Or if you are adding the dependency manually, add the following to your `composer.json`:

```
"config": {
  "allow-plugins": {
    "pronskiy/locus": true
  }
}
```

Usage
-----

[](#usage)

Now you always have your per-project `php` binary to execute PHP scripts directly from the command line.

```
./vendor/bin/php --version
```

Credits
-------

[](#credits)

This package entirely relies on .

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

Total

3

Last Release

757d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ce180087f0c7ee6786102330114e44703cd4e2e905312c387bf0f2688085c251?d=identicon)[pronskiy](/maintainers/pronskiy)

---

Top Contributors

[![pronskiy](https://avatars.githubusercontent.com/u/1196825?v=4)](https://github.com/pronskiy "pronskiy (11 commits)")

---

Tags

phpplugindevenvironmentlocal

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/pronskiy-locus/health.svg)

```
[![Health](https://phpackages.com/badges/pronskiy-locus/health.svg)](https://phpackages.com/packages/pronskiy-locus)
```

###  Alternatives

[opengento/composer-registration-plugin

This plugin allows to compile the Magento2 components registrations on composer install/update.

111.6k](/packages/opengento-composer-registration-plugin)

PHPackages © 2026

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