PHPackages                             pierreminiggio/github-action-run-starter-and-artifact-downloader - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. pierreminiggio/github-action-run-starter-and-artifact-downloader

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

pierreminiggio/github-action-run-starter-and-artifact-downloader
================================================================

2.0.0(4y ago)11204PHPPHP &gt;=7.4.0

Since Apr 30Pushed 2w ago1 watchersCompare

[ Source](https://github.com/pierreminiggio/php-github-action-run-starter-and-artifact-downloader)[ Packagist](https://packagist.org/packages/pierreminiggio/github-action-run-starter-and-artifact-downloader)[ RSS](/packages/pierreminiggio-github-action-run-starter-and-artifact-downloader/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (9)Dependencies (6)Versions (9)Used By (4)

Install using composer :

```
composer require pierreminiggio/github-action-run-starter-and-artifact-downloader

```

```
use PierreMiniggio\GithubActionRunStarterAndArtifactDownloader\GithubActionRunStarterAndArtifactDownloaderFactory;

require __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';

$actionRunner = (new GithubActionRunStarterAndArtifactDownloaderFactory())->make();
$artifacts = $actionRunner->runActionAndGetArtifacts(
    'token',
    'pierreminiggio',
    'remotion-test-github-action',
    'render-video.yml',
    3,
    0,
    [
        'titleText' => 'Hello from PHP action runner',
        'titleColor' => 'orange'
    ]
);

var_dump($artifacts);
```

`runActionAndGetArtifacts` also accepts a `$ref` (defaults to `'main'`) and a `$deleteAfterDownloading` (defaults to `false`) parameter. When `$deleteAfterDownloading` is set to `true`, the run (and, as a consequence, its artifacts) is deleted from Github once the artifacts have been successfully downloaded :

```
$artifacts = $actionRunner->runActionAndGetArtifacts(
    'token',
    'pierreminiggio',
    'remotion-test-github-action',
    'render-video.yml',
    3,
    0,
    [
        'titleText' => 'Hello from PHP action runner',
        'titleColor' => 'orange'
    ],
    'main',
    true
);
```

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance64

Regular maintenance activity

Popularity11

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92% 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 ~56 days

Recently: every ~93 days

Total

8

Last Release

1497d ago

Major Versions

1.2.0 → 2.0.02022-05-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c457f516287c1c035539acf5f6c4a4158da7bcf27d134f14c9c6fd3e5f7f50a?d=identicon)[pierreminiggio](/maintainers/pierreminiggio)

---

Top Contributors

[![pierreminiggio](https://avatars.githubusercontent.com/u/35456349?v=4)](https://github.com/pierreminiggio "pierreminiggio (23 commits)")[![saftipierreminiggio](https://avatars.githubusercontent.com/u/56037894?v=4)](https://github.com/saftipierreminiggio "saftipierreminiggio (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pierreminiggio-github-action-run-starter-and-artifact-downloader/health.svg)

```
[![Health](https://phpackages.com/badges/pierreminiggio-github-action-run-starter-and-artifact-downloader/health.svg)](https://phpackages.com/packages/pierreminiggio-github-action-run-starter-and-artifact-downloader)
```

###  Alternatives

[widop/google-analytics-bundle

Google certificate-based authentication in server-to-server interactions with google analytics

43283.2k](/packages/widop-google-analytics-bundle)[in2code/in2publish_core

Content publishing extension to connect stage and production server

40143.4k](/packages/in2code-in2publish-core)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4778.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

106.6k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

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