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

ActiveLibrary

cdyun/webman-crontab
====================

webman定时器

v1.0.6(7mo ago)07MITPHPPHP ^8.1

Since Sep 30Pushed 7mo agoCompare

[ Source](https://github.com/cdyun303/webman-crontab)[ Packagist](https://packagist.org/packages/cdyun/webman-crontab)[ RSS](/packages/cdyun-webman-crontab/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

webman定时器
=========

[](#webman定时器)

webman-crontab插件

### 安装

[](#安装)

```
composer require cdyun/webman-crontab

```

定时器进程文件(初始化路由、初始化上下文、初始化定时器进程):

```
use Cdyun\WebmanCrontab\Task;
```

```
// 定时任务日志列表
UseRouter::get(UseTool::getConfig('logs'), [CrontabEnforcer::class, 'logsCrontab']);
// 重新加载定时器
UseRouter::get(UseTool::getConfig('reload'), [CrontabEnforcer::class, 'reloadCrontab']);
// 定时任务状态
UseRouter::get(UseTool::getConfig('ping'), [CrontabEnforcer::class, 'pingCrontab']);
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance63

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Every ~0 days

Total

6

Last Release

227d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/743ffd5ad49f71554f068efde387da76b1a14f3cfd608928fc6c881d3dd22dfb?d=identicon)[clrainy](/maintainers/clrainy)

---

Top Contributors

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

---

Tags

phptaskcrontabwebmancdyun

### Embed Badge

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

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

###  Alternatives

[yzh52521/webman-task

 dynamic crontab task plugin for webman.

171.9k2](/packages/yzh52521-webman-task)

PHPackages © 2026

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