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 1mo ago

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

19

—

LowBetter than 10% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity27

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

826d 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

[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.

2994.3M16](/packages/vaimo-composer-patches)[mglaman/composer-drupal-lenient

1317.4M15](/packages/mglaman-composer-drupal-lenient)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M446](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)[olvlvl/composer-attribute-collector

A convenient and near zero-cost way to retrieve targets of PHP 8 attributes

184108.8k8](/packages/olvlvl-composer-attribute-collector)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)

PHPackages © 2026

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