PHPackages                             operations/remote-bin-scripts - 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. operations/remote-bin-scripts

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

operations/remote-bin-scripts
=============================

Download remote scripts to add to a project's bin dir.

2.x-dev(2y ago)057[1 issues](https://github.com/operations-project/composer-remote-bin-scripts/issues)MITPHP

Since Feb 12Pushed 1y agoCompare

[ Source](https://github.com/operations-project/composer-remote-bin-scripts)[ Packagist](https://packagist.org/packages/operations/remote-bin-scripts)[ RSS](/packages/operations-remote-bin-scripts/feed)WikiDiscussions 2.x Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

Remote Bin Scripts
==================

[](#remote-bin-scripts)

Download things into the bin-dir.
---------------------------------

[](#download-things-into-the-bin-dir)

This plugin allows you to specify URLs to download on `composer install` as scripts.

For example, you can download a binary or phar file into your `vendor/bin` directory.

### Advantages:

[](#advantages)

1. Add PHP tools as phar files to alleviate the need to align composer requirements.
2. Add scripts and tools written in other languages.
3. Integrates with `composer install`.

Usage
-----

[](#usage)

1. Install the plugin.

    ```
    $ composer require operations/remote-bin-scripts

    ```
2. Add to `composer.json`:

    ```
    {
      "extra": {
        "remote-scripts": {
          "vendor/bin/hello-world": "https://raw.githubusercontent.com/operations-platform/composer-remote-bin-scripts/2.x/hello-world.sh"
        }
      }
    }
    ```
3. Run composer install:

    ```
    $ composer install

    ```
4. Run your script from the composer bin path:

    ```
    ./vendor/bin/hello-world
    ```

    Or, if you set PATH, just use the command.

    ```
    PATH=$PATH:./vendor/bin
    hello-world
    ```

About
-----

[](#about)

- Created by: [Jon Pugh](https://github.com/jonpugh)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

872d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/10539fb9e887c35b626eba70c97dd9d53ba14e987d4f129b55a488664a834eca?d=identicon)[jonpugh](/maintainers/jonpugh)

---

Top Contributors

[![jonpugh](https://avatars.githubusercontent.com/u/106420?v=4)](https://github.com/jonpugh "jonpugh (3 commits)")

### Embed Badge

![Health badge](/badges/operations-remote-bin-scripts/health.svg)

```
[![Health](https://phpackages.com/badges/operations-remote-bin-scripts/health.svg)](https://phpackages.com/packages/operations-remote-bin-scripts)
```

###  Alternatives

[symfony/runtime

Enables decoupling PHP applications from global state

74798.8M1.0k](/packages/symfony-runtime)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M564](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.7M203](/packages/drupal-core-project-message)[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

3014.6M26](/packages/vaimo-composer-patches)[sandersander/composer-link

Adds ability to link local packages for development with composer

98457.9k](/packages/sandersander-composer-link)[phpro/grumphp-shim

GrumPHP Phar distribution

294.7M340](/packages/phpro-grumphp-shim)

PHPackages © 2026

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