PHPackages                             glooby/task-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. glooby/task-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

glooby/task-bundle
==================

Scheduling of tasks for symfony made simple

3.0.0(6y ago)3216.3k↓25%13[2 issues](https://github.com/glooby/task-bundle/issues)[2 PRs](https://github.com/glooby/task-bundle/pulls)MITPHPPHP &gt;=7.1CI failing

Since Oct 4Pushed 6y ago3 watchersCompare

[ Source](https://github.com/glooby/task-bundle)[ Packagist](https://packagist.org/packages/glooby/task-bundle)[ Docs](https://www.glooby.se)[ RSS](/packages/glooby-task-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (19)Used By (0)

task-bundle
===========

[](#task-bundle)

[![Build Status](https://camo.githubusercontent.com/614f47c76bc5e18f55e4e08d877e74f847b77b50ffd8d85bc7c5235243dfb931/68747470733a2f2f7472617669732d63692e6f72672f676c6f6f62792f7461736b2d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/glooby/task-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/4475ddee264dd72028169f8411600fff259add18403fcb986fe4d38afaecbdc5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f676c6f6f62792f7461736b2d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/glooby/task-bundle/?branch=master)[![Coverage Status](https://camo.githubusercontent.com/c584153218c8658200d081e55eeba4563afd33ce2e3b788f7bbda6ab7f3aa18c/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f676c6f6f62792f7461736b2d62756e646c652f62616467652e737667)](https://coveralls.io/github/glooby/task-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/05c6c3a56191da7e6561b36daf8245265c67e4b1262d3b05ee620432d1f17f1d/68747470733a2f2f706f7365722e707567782e6f72672f676c6f6f62792f7461736b2d62756e646c652f76657273696f6e)](https://packagist.org/packages/glooby/task-bundle)[![Total Downloads](https://camo.githubusercontent.com/696d226447e26204d88ec94f78b8a08d37f650cf4ff9909760c39336332b3b5a/68747470733a2f2f706f7365722e707567782e6f72672f676c6f6f62792f7461736b2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/glooby/task-bundle)[![License](https://camo.githubusercontent.com/9708cbcd0bfc615de8fbc34076fd9edc962f71376bbce0866ece709fff4a2913/68747470733a2f2f706f7365722e707567782e6f72672f676c6f6f62792f7461736b2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/glooby/task-bundle)

Provides a simple framework to manage scheduling and execution of tasks Symfony application.

Prerequisite
------------

[](#prerequisite)

This bundle requires cron to be installed on the server to be able to execute scheduled tasks

Installation
------------

[](#installation)

Add the `glooby/task-bundle` package to your `require` section in the `composer.json` file.

```
$ composer require glooby/task-bundle ~3.0
```

Add the GloobyTaskBundle to your application's kernel:

```
