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

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

setono/cron-expression-bundle
=============================

Symfony bundle that integrates dragonmantank/cron-expression

v1.10.0(5mo ago)25191.4k—9.2%10[2 issues](https://github.com/Setono/CronExpressionBundle/issues)3MITPHPPHP &gt;=8.1CI passing

Since Oct 5Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/Setono/CronExpressionBundle)[ Packagist](https://packagist.org/packages/setono/cron-expression-bundle)[ RSS](/packages/setono-cron-expression-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (26)Versions (13)Used By (3)

Cron Expression Bundle
======================

[](#cron-expression-bundle)

[![Latest Version](https://camo.githubusercontent.com/92f1304da44c34fa5648f03b80d45a2b0a595df8b1d2a22d640ec979656b37c3/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f63726f6e2d65787072657373696f6e2d62756e646c652f762f737461626c65)](https://packagist.org/packages/setono/cron-expression-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/cba110bec883bcfca938a231026f94f529f748842c138fed302050f1f121b778/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f63726f6e2d65787072657373696f6e2d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/setono/cron-expression-bundle)[![Software License](https://camo.githubusercontent.com/ca5130d38707eb61c810decdecdf637780c3a4bbdbe895ac378244d00a55a2f2/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f63726f6e2d65787072657373696f6e2d62756e646c652f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/CronExpressionBundle/workflows/build/badge.svg)](https://github.com/Setono/CronExpressionBundle/actions)[![Code Coverage](https://camo.githubusercontent.com/cc1c2c7ec334b041068ce0655736a5c57d32616147f49157713e923033d35ed4/68747470733a2f2f636f6465636f762e696f2f67682f5365746f6e6f2f43726f6e45787072657373696f6e42756e646c652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Setono/CronExpressionBundle)

Symfony bundle that integrates [dragonmantank/cron-expression](https://github.com/dragonmantank/cron-expression)

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

[](#installation)

### Step 1: Download

[](#step-1-download)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require setono/cron-expression-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

### Step 2: Enable the bundle

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

If you use Symfony Flex it will be enabled automatically. Else you need to add it to the `bundles.php`.

```
