PHPackages                             dynamikaweb/yii2-fake-cronjob - 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. dynamikaweb/yii2-fake-cronjob

ActiveYii2-extension

dynamikaweb/yii2-fake-cronjob
=============================

1.0(5y ago)0415↓100%BSD-3-ClausePHPPHP &gt;=5.5.0

Since May 4Pushed 5y agoCompare

[ Source](https://github.com/dynamikaweb/yii2-fake-cronjob)[ Packagist](https://packagist.org/packages/dynamikaweb/yii2-fake-cronjob)[ RSS](/packages/dynamikaweb-yii2-fake-cronjob/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

dynamikaweb/yii2-fake-cronjob
=============================

[](#dynamikawebyii2-fake-cronjob)

[![Latest Stable Version](https://camo.githubusercontent.com/fb54e2d61534f51c96bdc0bd05dcee6cb9521b64902a6658adec5ac6a773d961/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f64796e616d696b617765622f796969322d66616b652d63726f6e6a6f62)](https://github.com/dynamikaweb/yii2-fake-cronjob/releases)[![Total Downloads](https://camo.githubusercontent.com/22cf5d118d13789b4c3ee4726f5dada62fdc5634b1195e8f723324607f48059e/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d696b617765622f796969322d66616b652d63726f6e6a6f622f646f776e6c6f616473)](https://packagist.org/packages/dynamikaweb/yii2-fake-cronjob)[![License](https://camo.githubusercontent.com/a52ef15344d831babb38cc17ce4b2636ed4202b71e04f2d2e940d95961db8ae9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f64796e616d696b617765622f796969322d66616b652d63726f6e6a6f62)](https://github.com/dynamikaweb/yii2-fake-cronjob/blob/master/LICENSE)[![Codacy Badge](https://camo.githubusercontent.com/be98d167ac6bd157a9146e49bbb5e53b1472adffebc98a5be9869db734bbfa9f/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6566303866653962616561363436373938356464366231373035653639343764)](https://www.codacy.com/gh/dynamikaweb/yii2-fake-cronjob/dashboard?utm_source=github.com&utm_medium=referral&utm_content=dynamikaweb/yii2-fake-cronjob&utm_campaign=Badge_Grade)[![Build Test](https://camo.githubusercontent.com/a7f7adae17c0f55e06eba71a97181de70351ae7a3556ff8a5c92a2b1e81c1f1b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64796e616d696b617765622f796969322d66616b652d63726f6e6a6f622f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/dynamikaweb/yii2-fake-cronjob/)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
$ composer require dynamikaweb/yii2-fake-cronjob "*"
$ composer require omnilight/yii2-scheduling "*"
```

or add

```
"dynamikaweb/yii2-fake-cronjob": "*",
"omnilight/yii2-scheduling": "*"
```

to the `require` section of your `composer.json` file.

And append

```
[
    'components' => [
        // this plugin
        'cronjob' => [
            'class' => 'dynamikaweb\fakecronjob\FakeCronJob'
        ],
        // suggested
        'schedule' => [
            'class' => 'omnilight\scheduling\Schedule'
        ],
        ...
    ]
]
```

to install application component of your `config/main.php` file.

Usage
-----

[](#usage)

```
Yii::$app->schedule->command('foo')->daily()->description('mycommand');
Yii::$app->cronjob->update('mycommand');
```

see more *schedule* examples in

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1834d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29123479?v=4)[DornellesTV](/maintainers/RodrigoDornelles)[@RodrigoDornelles](https://github.com/RodrigoDornelles)

---

Top Contributors

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

---

Tags

scheduleyii2yiidynamikacronjob

### Embed Badge

![Health badge](/badges/dynamikaweb-yii2-fake-cronjob/health.svg)

```
[![Health](https://phpackages.com/badges/dynamikaweb-yii2-fake-cronjob/health.svg)](https://phpackages.com/packages/dynamikaweb-yii2-fake-cronjob)
```

###  Alternatives

[brussens/yii2-maintenance-mode

Maintenance mode component for Yii framework 2.x.x version.

78256.3k5](/packages/brussens-yii2-maintenance-mode)

PHPackages © 2026

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