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

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

sylletka/yii2-cronjob
=====================

This module provides pages and commands to manage and run cron jobs

032PHP

Since Dec 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/sylletka/yii2-cronjob)[ Packagist](https://packagist.org/packages/sylletka/yii2-cronjob)[ RSS](/packages/sylletka-yii2-cronjob/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-cronjob
============

[](#yii2-cronjob)

This module provides pages and commands to manage and run cron jobs

Install
-------

[](#install)

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

Either run

```
php composer.phar require --prefer-dist sylletka/yii2-cronjob "*"

```

or add

```
"sylletka/yii2-cronjob": "*"

```

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

Subsequently, run

```
./yii migrate/up --migrationPath=@vendor/sylletka/yii2-cronjob/migrations
```

in order to create the required tables.

Then, enable the module in config file:

```
