PHPackages                             juststeveking/task-runner - 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. juststeveking/task-runner

ActiveLibrary

juststeveking/task-runner
=========================

A simple PHP task runner for PHP 8

201PHP

Since Mar 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/JustSteveKing/task-runner)[ Packagist](https://packagist.org/packages/juststeveking/task-runner)[ RSS](/packages/juststeveking-task-runner/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Task Runner
===========

[](#task-runner)

[![tests](https://github.com/JustSteveKing/task-runner/actions/workflows/tests.yml/badge.svg)](https://github.com/JustSteveKing/task-runner/actions/workflows/tests.yml)

A simple task runner for PHP 8.

Installation
------------

[](#installation)

```
$ composer require juststeveking/task-runner
```

Usage
-----

[](#usage)

```
$runner = Runner::prepare([]);

$task = new AddOne();

$runner->add($task);
$runner->run();
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/juststeveking-task-runner/health.svg)

```
[![Health](https://phpackages.com/badges/juststeveking-task-runner/health.svg)](https://phpackages.com/packages/juststeveking-task-runner)
```

PHPackages © 2026

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