PHPackages                             thesebas/artifact-install - 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. thesebas/artifact-install

ActiveComposer-plugin

thesebas/artifact-install
=========================

install packages from artifacts

v1.1.0(1y ago)018PHPPHP &gt;=8.0

Since Apr 17Pushed 1y ago1 watchersCompare

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

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

thesebas/artifact-install
=========================

[](#thesebasartifact-install)

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

Instalation
-----------

[](#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"
    }
  }
}
```

Alternatively if the artifact is stored as a github release attachment in a private repo plugin can fetch asset via github api, add the following:

```
{
  "extra": {
    "artifacts": {
      "source": "github-release-asset",
      "file": "attachment_file_name.zip",
      "repo": "%org%/%repo%",
      "tag": "{pretty-version}",
      "type": "zip"
    }
  }
}
```

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

3

Last Release

558d ago

Major Versions

v0.0.1 → v1.0.02023-04-17

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

composer-pluginartifacts

### Embed Badge

![Health badge](/badges/thesebas-artifact-install/health.svg)

```
[![Health](https://phpackages.com/badges/thesebas-artifact-install/health.svg)](https://phpackages.com/packages/thesebas-artifact-install)
```

###  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)[mnsami/composer-custom-directory-installer

A composer plugin, to help install packages of different types in custom paths.

1395.0M52](/packages/mnsami-composer-custom-directory-installer)[wecodemore/wpstarter

Composer plugin to easily build WordPress websites entirely managed via Composer.

253195.2k6](/packages/wecodemore-wpstarter)[typisttech/imposter-plugin

Composer plugin that wraps all composer vendor packages inside your own namespace. Intended for WordPress plugins.

158251.0k2](/packages/typisttech-imposter-plugin)[openeuropa/composer-artifacts

Composer plugin that allows to download a specified artifact instead of the default package.

11165.9k6](/packages/openeuropa-composer-artifacts)[drupal-composer/preserve-paths

Composer plugin for preserving custom paths and supporting nested packages

271.1M5](/packages/drupal-composer-preserve-paths)

PHPackages © 2026

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