thesebas/artifact-install

There is no license information available for the latest version (v1.0.0) of this package.

install packages from artifacts

v1.0.0 2023-04-17 13:23 UTC

This package is auto-updated.

Last update: 2024-05-17 15:28:22 UTC


README

Plugin that allows to install prebuilt artifacts instead of sourcecode of a package.

Instalation

Install this plugin inside the host app you want to use artifacts in.

composer require thesebas/artifact-install

In the package that offers artifacts add extra.artifacts key:

{
    "extra": {
        "artifacts": {
            "url": "https://example.com/{name}/{version}.zip",
            "type": "zip"
        }
    }
}

Then the composer install command will fetch composer.json from the package for metadata and then will download configured artifact.