PHPackages                             sbk/cron-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. sbk/cron-bundle

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

sbk/cron-bundle
===============

With the CronBundle you can configure cron jobs in configuration files

1.0.1(11y ago)1010.4k6[2 PRs](https://github.com/skck/SbkCronBundle/pulls)MITPHPPHP &gt;=5.3.2

Since Jan 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/skck/SbkCronBundle)[ Packagist](https://packagist.org/packages/sbk/cron-bundle)[ RSS](/packages/sbk-cron-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (7)Versions (3)Used By (0)

SbkCronBundle
=============

[](#sbkcronbundle)

Symfony2 Bundle for setting up cron jobs via configuration.

[![Build Status](https://camo.githubusercontent.com/fe40ee313cce01d50174800f1b76568017dad3757e160a90212f5c546d0dd8f1/68747470733a2f2f7472617669732d63692e6f72672f736b636b2f53626b43726f6e42756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/skck/SbkCronBundle)

Installation
============

[](#installation)

Prerequisites
-------------

[](#prerequisites)

This bundle requires Symfony 2.1+, as it must be installed with composer.

Download SbkCronBundle with composer
------------------------------------

[](#download-sbkcronbundle-with-composer)

Add the following to your project `composer.json`:

```
{
    "require": {
        "sbk/cron-bundle": "dev-master"
    }
}
```

Now install it with this command:

```
$ php composer.phar update sbk/cron-bundle
```

The bundle should be downloaded to the `vendor` directory.

Enable the bundle
-----------------

[](#enable-the-bundle)

You need to add the bundle in `app/AppKernel.php`

```
