Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.2 KB

File metadata and controls

26 lines (19 loc) · 1.2 KB

Task Runner

Latest Version Build Status Code Coverage Quality Score Total Downloads

Taks Runner has been set up to provide a simple way of running and monitoring tasks. It provides a simple mechanism to define the parameters for each given task, ensuring that the task is allowed to be run, and then registering the success or failure of the task.

Installation

Via Composer

$ composer require jarobe42/task-runner-bundle

Next Steps

  1. TaskRunner Concepts
  2. Getting Started