solutiondrive/standalone-build-tools

Installs: 26 087

Dependents: 14

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 1

Open Issues: 0

Type:composer-plugin

v2.0.1 2021-09-23 06:09 UTC

This package is auto-updated.

Last update: 2024-04-16 12:33:01 UTC


README

Composer plugin that installs some standalone build tools.

Usage

Just include in your composer.json as dev-requirement:

"solutiondrive/standalone-build-tools": "*"

On each update or install the plugin loads the latest version of the build tools.

You can provide a custom list of files to download by setting:

"config": {
    "standalone-build-tools": {
        "target-filename-in-bin-dir": "https://source.test/of/the/file/to/download"
    }
}

For example you can download solutionDrive's builds:

"config": {
    "standalone-build-tools": {
        "phpspec-standalone": "http://build-tools.cloud.solutiondrive.de/phar/phpspec-standalone.php{{PHP_VERSION}}.phar"
    }
}

Note that {{PHP_VERSION}} will be replaced by the currently used PHP version, for example: 5.6 or 7.0.

License

MIT