PHPackages                             ccheng/yii2-task-scheduler - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ccheng/yii2-task-scheduler

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

ccheng/yii2-task-scheduler
==========================

Task Scheduler

v1.1(4y ago)0119MITPHP

Since Jul 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/fishes207569/yii2-task-scheduler)[ Packagist](https://packagist.org/packages/ccheng/yii2-task-scheduler)[ RSS](/packages/ccheng-yii2-task-scheduler/feed)WikiDiscussions dev Synced 3w ago

READMEChangelogDependencies (11)Versions (32)Used By (0)

Event manager for Yii2
======================

[](#event-manager-for-yii2)

Event manager By Biz

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist ccheng/yii2-task-scheduler "*"

```

or add

```
"event-manager": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

执行数据迁移以添加表结构:

```
yii migrate --migrationPath=@vendor/ccheng/yii2-task-scheduler/src/console/migrations
```

依赖 任务的处理依赖 yii2-queue 自行配置队列与job

定时任务 将执行时间一分钟以内的任务放入队列

```
php yii task-queue/scheduler
```

添加事件管理模块

```
return [
	'modules' => [
		'task' => [
                'class'=>'ccheng\task\backend\Module',
		]
		...
	]
];
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity66

Established project with proven stability

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 ~15 days

Recently: every ~87 days

Total

30

Last Release

1723d ago

Major Versions

v0.65 → v1.02021-09-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d47c1a5465a189e83531a90120cc73fa563baf1e0e10cbaeded5768a29be37e?d=identicon)[fishes207569](/maintainers/fishes207569)

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/ccheng-yii2-task-scheduler/health.svg)

```
[![Health](https://phpackages.com/badges/ccheng-yii2-task-scheduler/health.svg)](https://phpackages.com/packages/ccheng-yii2-task-scheduler)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13725.7k50](/packages/skeeks-cms)

PHPackages © 2026

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