jarobe42 / task-runner-bundle
A library for running tasks
dev-master
2019-08-05 00:00 UTC
Requires
- php: ^5.6.0|>=7.0.8
- doctrine/doctrine-bundle: ^1.6
- doctrine/orm: ^2.5
- psr/log: ^1.0
- symfony/framework-bundle: ^2.8|^3.1
- symfony/validator: ~2.8|~3.1
Requires (Dev)
- phpunit/phpunit: ^4.8
- sllh/php-cs-fixer-styleci-bridge: ^2.1.1
This package is not auto-updated.
Last update: 2026-03-01 12:39:50 UTC
README
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