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. pierreminiggio/github-action-run-starter-and-artifact-downloader

ActiveLibrary

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

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

Since Apr 30Pushed 3y 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 yesterday

READMEChangelog (8)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);
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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

1444d 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 (22 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)
```

PHPackages © 2026

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