jarobe42 / task-runner-bundle
A library for running tasks
Installs: 6 977
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
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: 2024-11-10 05:45:52 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