PHPackages                             helthe/chronos-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. helthe/chronos-bundle

ActiveSymfony-bundle

helthe/chronos-bundle
=====================

Object oriented cron job management for your Symfony2 project

012PHP

Since Sep 16Pushed 11y ago2 watchersCompare

[ Source](https://github.com/helthe/ChronosBundle)[ Packagist](https://packagist.org/packages/helthe/chronos-bundle)[ RSS](/packages/helthe-chronos-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Chronos Bundle
==============

[](#chronos-bundle)

The Helthe Chronos Bundle provides an object oriented library for managing cron jobs both with crontab and programmatically in Symfony2.

[![Build Status](https://camo.githubusercontent.com/712572f9f6a38a7d500755fa044ca54bf580943ccca709f95e1ed4392d5f6a93/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f68656c7468652f4368726f6e6f7342756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/helthe/ChronosBundle)

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

[](#installation)

### Step 1: Composer

[](#step-1-composer)

Add the following in your componser.json:

```
{
    "require": {
        "helthe/chronos-bundle": "~1.0"
    }
}
```

### Step 2: Register the bundle

[](#step-2-register-the-bundle)

```
