PHPackages                             yuk1/job - 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. yuk1/job

ActiveLibrary

yuk1/job
========

001PHP

Since Apr 5Pushed 7y agoCompare

[ Source](https://github.com/YuK1Game/job)[ Packagist](https://packagist.org/packages/yuk1/job)[ RSS](/packages/yuk1-job/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Job
===

[](#job)

Description
-----------

[](#description)

Task management tool for tracking the progress of multiple tasks on the command line.

Usage
-----

[](#usage)

```
require_once('vendor/autoload.php');

use YuK1\{Job, Task};

$job = new Job();

$task1 = new Task(function() { echo 'Task 1'; }, 3, 'Task 1 runnning.');
$task2 = new Task(function() { echo 'Task 2'; }, 2, 'Task 2 runnning.');
$task3 = new Task(function() { echo 'Task 3'; }, 1, 'Task 3 runnning.');

$job->add($task1, $task2, $task3);
$job->run();
```

Install
-------

[](#install)

`composer require yuk1/job`

Test
----

[](#test)

`composer test tests`

Author
------

[](#author)

[YuK1Game](https://github.com/yuk1game)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 88.9% 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/98a09701a326df2c647a1cb8d02633e69c01c866bff10d6a26e0bf2acfbafbb8?d=identicon)[YuK1Game](/maintainers/YuK1Game)

---

Top Contributors

[![YuK1Game](https://avatars.githubusercontent.com/u/20548753?v=4)](https://github.com/YuK1Game "YuK1Game (8 commits)")[![fs-kanayama](https://avatars.githubusercontent.com/u/1792852?v=4)](https://github.com/fs-kanayama "fs-kanayama (1 commits)")

### Embed Badge

![Health badge](/badges/yuk1-job/health.svg)

```
[![Health](https://phpackages.com/badges/yuk1-job/health.svg)](https://phpackages.com/packages/yuk1-job)
```

PHPackages © 2026

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