PHPackages                             sp-niemand/yii2-jobby - 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. sp-niemand/yii2-jobby

ActiveLibrary

sp-niemand/yii2-jobby
=====================

Jobby wrapper for Yii2

2171PHP

Since May 21Pushed 10y ago2 watchersCompare

[ Source](https://github.com/sp-niemand/yii2-jobby)[ Packagist](https://packagist.org/packages/sp-niemand/yii2-jobby)[ RSS](/packages/sp-niemand-yii2-jobby/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-jobby
==========

[](#yii2-jobby)

This is a package for [Yii2 framework](https://github.com/yiisoft/yii2 "Yii2 repository"). Store tasks for [Jobby](https://github.com/hellogerard/jobby "Jobby repository") in your database (key-value storage, whatever).

Basic usage
-----------

[](#basic-usage)

Add jobby module to your configuration file:

```
'modules' => [

    ...

    'jobby' => [
        'class' => '\jobbyDb\JobbyModule',
    ],

    ...

]

```

Add `/yii jobby` to your scheduler configuration. For example, *cron*:

```
    * * * * * /var/www/project/yii jobby

```

Now you can use `jobby` SQL table in MySQL or something similar to configure and schedule tasks.

Advanced usage
--------------

[](#advanced-usage)

It is possible to inject your own model class into the module. Your model must implement `\jobbyDb\model\JobbyModelInterface`

```
    'modules' => [

        ...

        'jobby' => [
            'class' => '\jobbyDb\JobbyModule',
            'modelClass' => '\rootNamespace\RedisJobbyModel',
        ],

        ...

    ]

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/7a67a0bfb068f7929b2df38aaee96fa4e3f7e488752388da991745be05a38583?d=identicon)[sp-niemand](/maintainers/sp-niemand)

---

Top Contributors

[![sp-niemand](https://avatars.githubusercontent.com/u/3440208?v=4)](https://github.com/sp-niemand "sp-niemand (18 commits)")

### Embed Badge

![Health badge](/badges/sp-niemand-yii2-jobby/health.svg)

```
[![Health](https://phpackages.com/badges/sp-niemand-yii2-jobby/health.svg)](https://phpackages.com/packages/sp-niemand-yii2-jobby)
```

PHPackages © 2026

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