PHPackages                             semsty/crontab - 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. semsty/crontab

ActiveProject

semsty/crontab
==============

yii2 crontab

01.9kPHP

Since Aug 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/semsty/yii-crontab)[ Packagist](https://packagist.org/packages/semsty/crontab)[ RSS](/packages/semsty-crontab/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Yii2 crontab

add to components

```
...
    'schedule' => [
        'class' => \semsty\crontab\Component::class,
        'init' => [
            'example' => [
                '* * * * *',
                'echo Hello >> /tmp/world'
            ]
        ]
    ]
...

```

Usage

```
./yii schedule/add example '* * * * *' 'echo Hello >> /tmp/world'

```

```
Yii::$app->schedule->add('example', '* * * * *', 'echo Hello >> /tmp/world')

```

crontab will update once a minute

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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://avatars.githubusercontent.com/u/15191981?v=4)[Semen Khristy](/maintainers/semsty)[@semsty](https://github.com/semsty)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/semsty-crontab/health.svg)

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

PHPackages © 2026

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