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

ActiveSymfony-bundle

valentinmari/cron-bundle
========================

Manage dynamically crons with requests in your PHP site.

v0.1(10y ago)3231[1 issues](https://github.com/vmari/CronBundle/issues)GPL-2.0PHP

Since Jun 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/vmari/CronBundle)[ Packagist](https://packagist.org/packages/valentinmari/cron-bundle)[ RSS](/packages/valentinmari-cron-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

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

[](#installation)

1. Download CronBundle using composer
2. Enable the Bundle
3. Define crons in your config

### Step 1: Download CronBundle using composer

[](#step-1-download-cronbundle-using-composer)

Add CronBundle by running the command:

```
$ php composer.phar require valentinmari/cron-bundle "dev-master"
```

Composer will install the bundle to your project's `vendor/valentinmari` directory.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
