Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.1 KB

Yii2 Task

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Lightweight task scheduling system extension for Yii2 framework.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist yiithings/yii2-task "*"

or add

"yiithings/yii2-task": "*"

to the require section of your composer.json file.

Usage

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