kaikaige/yii2-job

配合gocron改造的任务管理器

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

0.2 2021-03-17 10:05 UTC

This package is auto-updated.

Last update: 2024-04-17 17:00:16 UTC


README

配合gocron改造的任务管理器

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist kaikaige/yii2-job "*"

or add

"kaikaige/yii2-job": "*"

to the require section of your composer.json file.

Usage

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

<?= \kaikaige\job\AutoloadExample::widget(); ?>```