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

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

rodchyn/cron-manager-bundle
===========================

A cron table manager bundle for Symfony2

24381PHP

Since May 25Pushed 14y ago1 watchersCompare

[ Source](https://github.com/rodchyn/BCCCronManagerBundle)[ Packagist](https://packagist.org/packages/rodchyn/cron-manager-bundle)[ RSS](/packages/rodchyn-cron-manager-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Intro to CronManager
====================

[](#intro-to-cronmanager)

It is a bundle that provides a web interface for managing cron table.

[![Build Status](https://camo.githubusercontent.com/07ace1700b090df27c45e3fd7d7dfd837764032c10a611758a4c3740334b48d9/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6d696368656c73616c69622f42434343726f6e4d616e6167657242756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/michelsalib/BCCCronManagerBundle)

Features:
---------

[](#features)

- Displays cron table with time expression, command, output file, error file and comment
- Can guess last execution time and status (based on log files)
- Can display log files
- Support edit/add cron entry
- Includes shortcuts to easily get common time expression, symfony command and symfony log directory
- Translated in english, french and german

Screenshots
-----------

[](#screenshots)

### Cron list

[](#cron-list)

[![](https://github.com/michelsalib/BCCCronManagerBundle/raw/master/Resources/screens/cron-list.png)](https://github.com/michelsalib/BCCCronManagerBundle/raw/master/Resources/screens/cron-list.png)

### Cron form

[](#cron-form)

[![](https://github.com/michelsalib/BCCCronManagerBundle/raw/master/Resources/screens/cron-form.png)](https://github.com/michelsalib/BCCCronManagerBundle/raw/master/Resources/screens/cron-form.png)

### Cron output

[](#cron-output)

[![](https://github.com/michelsalib/BCCCronManagerBundle/raw/master/Resources/screens/cron-file.png)](https://github.com/michelsalib/BCCCronManagerBundle/raw/master/Resources/screens/cron-file.png)

Installation and configuration:
-------------------------------

[](#installation-and-configuration)

### Get the bundle

[](#get-the-bundle)

Add to your `/deps` file :

```
[BCCCronManagerBundle]
    git=http://github.com/michelsalib/BCCCronManagerBundle.git
    target=/bundles/BCC/CronManagerBundle

```

And make a `php bin/vendors install`.

### Register the namespace

[](#register-the-namespace)

```
