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
================================================================

4.0.0(2w ago)11434PHPPHP &gt;=8.0.0

Since Apr 30Pushed 2mo 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 2d ago

READMEChangelog (9)Dependencies (20)Versions (11)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

49

—

FairBetter than 94% of packages

Maintenance92

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Recently: every ~456 days

Total

10

Last Release

17d ago

Major Versions

1.2.0 → 2.0.02022-05-29

2.0.0 → 3.0.02026-06-20

3.0.0 → 4.0.02026-08-02

PHP version history (2 changes)1.0.0PHP &gt;=7.4.0

4.0.0PHP &gt;=8.0.0

### 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

[pomander/pomander

Deployment for PHP

19615.7k2](/packages/pomander-pomander)[symfony-tools/docs-builder

The build system for Symfony's documentation

3668.5k1](/packages/symfony-tools-docs-builder)[mwltr/magedeploy2-base

Magento2 Deployment Setup using Robo and Deployer

425.3k](/packages/mwltr-magedeploy2-base)[enygma/composerclean

An additional command for Composer that removes configured files/directory

171.8k](/packages/enygma-composerclean)

PHPackages © 2026

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