PHPackages                             lexik/cron-file-generator-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. lexik/cron-file-generator-bundle

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

lexik/cron-file-generator-bundle
================================

This bundle provides service for generate cron file

1.4.0(1y ago)235.9k↓25%4MITPHPPHP &gt;=7.2

Since Apr 17Pushed 1y ago6 watchersCompare

[ Source](https://github.com/lexik/LexikCronFileGeneratorBundle)[ Packagist](https://packagist.org/packages/lexik/cron-file-generator-bundle)[ RSS](/packages/lexik-cron-file-generator-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (7)Versions (10)Used By (0)

LexikCronFileGeneratorBundle
============================

[](#lexikcronfilegeneratorbundle)

[![PHP Version](https://camo.githubusercontent.com/0e61a89f96ce01cba130752323188bc994785411d6ea5416d47f032984ba981d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6c6578696b2f63726f6e2d66696c652d67656e657261746f722d62756e646c65)](https://packagist.org/packages/lexik/cron-file-generator-bundle)[![Packagist Downloads](https://camo.githubusercontent.com/89913f4e2481e51445554e1fe3a5a371c3bdc0a268e2f2962836cf751b15a2d7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6c6578696b2f63726f6e2d66696c652d67656e657261746f722d62756e646c653f7374796c653d666c61742d737175617265266c6162656c3d446f776e6c6f6164732532304d6f6e74686c79)](https://camo.githubusercontent.com/89913f4e2481e51445554e1fe3a5a371c3bdc0a268e2f2962836cf751b15a2d7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6c6578696b2f63726f6e2d66696c652d67656e657261746f722d62756e646c653f7374796c653d666c61742d737175617265266c6162656c3d446f776e6c6f6164732532304d6f6e74686c79)[![Latest Stable Version](https://camo.githubusercontent.com/481ff6c11f81ff5fcdb5b5059a90257f4871aab8b632b9d675eda3a5d7c012fe/68747470733a2f2f706f7365722e707567782e6f72672f6c6578696b2f63726f6e2d66696c652d67656e657261746f722d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/lexik/cron-file-generator-bundle)[![CI Tests](https://github.com/lexik/LexikCronFileGeneratorBundle/actions/workflows/ci.yml/badge.svg)](https://github.com/lexik/LexikCronFileGeneratorBundle/actions/workflows/ci.yml)

This symfony bundle provides cron file generation utilities.

Installation
============

[](#installation)

Documentation
-------------

[](#documentation)

The bulk of the documentation is stored in the [`Resources/doc`](Resources/doc/index.md) directory of this bundle:

- [Getting started](Resources/doc/index.md#getting-started)
    - [Configuration](Resources/doc/index.md#configuration)
    - [Command](Resources/doc/index.md#command)
    - [Bonus](Resources/doc/index.md#bonus)

Applications using Symfony Flex
-------------------------------

[](#applications-using-symfony-flex)

Open a command console at your project directory and execute :

```
$ composer require lexik/cron-file-generator-bundle
```

Applications not using Symfony Flex
-----------------------------------

[](#applications-not-using-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

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

```
$ composer require lexik/cron-file-generator-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)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
