jarobe42/task-runner-bundle

A library for running tasks

dev-master 2019-08-05 00:00 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:18:49 UTC


README

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