PHPackages                             alpixel/cronbundle - 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. alpixel/cronbundle

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

alpixel/cronbundle
==================

Simple Cronjob management for Symfony applications

2.0.1(9y ago)310.4k1[2 issues](https://github.com/alpixel/AlpixelCronBundle/issues)MITPHPPHP &gt;=5.4

Since Feb 13Pushed 9y ago3 watchersCompare

[ Source](https://github.com/alpixel/AlpixelCronBundle)[ Packagist](https://packagist.org/packages/alpixel/cronbundle)[ Docs](https://www.alpixel.fr)[ RSS](/packages/alpixel-cronbundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (4)Versions (8)Used By (0)

CRONBundle
==========

[](#cronbundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/bdcb5ad7baa211caca438dd065d7f268795dfba637a9d696512fa267545b9aca/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f30313462326366652d356635642d343263322d623265362d3263366635393334323232322f6d696e692e706e67)](https://insight.sensiolabs.com/projects/014b2cfe-5f5d-42c2-b2e6-2c6f59342222)[![Build Status](https://camo.githubusercontent.com/7c3677fc94d3676e1e1008f679a1150c8af618a1b276ae5107040fe435b59120/68747470733a2f2f7472617669732d63692e6f72672f616c706978656c2f416c706978656c43726f6e42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/alpixel/AlpixelCronBundle)[![StyleCI](https://camo.githubusercontent.com/10c22c5ee824951ab3b5e578e2a77ac3ab6f137dd3fb372a6b44d05b048d3998/68747470733a2f2f7374796c6563692e696f2f7265706f732f35303035303438332f736869656c64)](https://styleci.io/repos/50050483)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/af8b2fa9fbcd1e3a2eeace31f49acd7d4b730f9d83de997edb9296668472817a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c706978656c2f416c706978656c43726f6e42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/alpixel/AlpixelCronBundle/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/4bab0791cc92d9d44b7621f66d4c93b66676e59e03a56b6f570ffc117ffb6bff/68747470733a2f2f706f7365722e707567782e6f72672f616c706978656c2f63726f6e62756e646c652f762f737461626c65)](https://packagist.org/packages/alpixel/cronbundle)

The AlpixelCronBundle is a fork of predakanga/CronBundle which isn't maintained anymore. It provides a Symfony Bundle capable of saving cronjob and running them at given intervals.

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

[](#installation)

- Install the package

```
composer require 'alpixel/cronbundle:^2.0'

```

- Update AppKernel.php

```
